Html Css Color HEX #40343B Barossa

📋 copy color: '#40343B'

red 64 ◦ green 52 ◦ blue 59

#40343B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Barossa #40343B

Tints of Barossa #40343B

RGB

 RED value IS 64 (25.39% from 255) = 36.57%

 GREEN value IS 52 (20.7% from 255) = 29.71%

 BLUE value IS 59 (23.44% from 255) = 33.71%

R = 36.57%
G = 29.71%
B = 33.71%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.08

 K value IS 0.75

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#40343B (or 0x40343B) is known color: Barossa. HEX triplet: 40, 34 and 3B. RGB value is (64,52,59). Sum of RGB (Red+Green+Blue) = 64+52+59=175 (23% of max value = 765). Red value is 64 (25.39% from 255 or 36.57% from 175); Green value is 52 (20.70% from 255 or 29.71% from 175); Blue value is 59 (23.44% from 255 or 33.71% from 175); Max value from RGB is 64 - color contains mainly: red. Hex color #40343B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #40343B is #BFCBC4. Grayscale: #383838. Windows color (decimal): -12569541 or 3880000. OLE color: 3880000.

HSL color Cylindrical-coordinate representation of color #40343B: hue angle of 325º degrees, saturation: 0.1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #40343B is Cyan = 0, Magento = 0.19, Yellow = 0.08 and Black (K on CMYK) = 0.75.

Color convert

RGB 64 52 59 -
CMYK 0 0.19 0.08 0.75
HSL 325º 0.1% 0.23% -
HSV(B) 325º 0.19% 0.25% -
XYZ 4.13 3.86 4.67 -
YUV 56.39 129.48 133.43 -
System Red Green Blue C M Y K H S L
Decimal 64 52 59 0 0.19 0.08 0.75 325 0.1 0.23
Hex 40 34 3B 0 13 8 4B 145 A 17
Octal 100 64 73 0 23 10 113 505 12 27
Binary 1000000 110100 111011 0 10011 1000 1001011 101000101 1010 10111

Color Harmonies of #40343B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40343B

Black with #40343B

Text Example


Text Example

White with #40343B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #40343B; }

 p { color: rgb(64,52,59); }

 H1.HeaderClassName
 {
   color: #40343B;
 }
 .AnyTagClassName
 {
   color: #40343B;
 }
</style>

background-color css

<style>
 a { background-color: #40343B; }

 a { background-color: rgb(64,52,59); }

 div.DivClassName
 {
   background-color: #40343B;
 }
 .BgClassName
 {
   background-color: #40343B;
 }
</style>

border-color css

<style>
 span { border-color: #40343B; }

 span { border-color: rgb(64,52,59); }

 td.TdClassName
 {
   border-color: #40343B;
 }
 .TagClassName
 {
   border-color: #40343B;
 }
</style>