Html Css Color HEX #40333B Barossa

📋 copy color: '#40333B'

red 64 ◦ green 51 ◦ blue 59

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

Shades of Barossa #40333B

Tints of Barossa #40333B

RGB

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

 GREEN value IS 51 (20.31% from 255) = 29.31%

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

R = 36.78%
G = 29.31%
B = 33.91%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.08

 K value IS 0.75

RGB Variations

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

Color information

#40333B (or 0x40333B) is known color: Barossa. HEX triplet: 40, 33 and 3B. RGB value is (64,51,59). Sum of RGB (Red+Green+Blue) = 64+51+59=174 (23% of max value = 765). Red value is 64 (25.39% from 255 or 36.78% from 174); Green value is 51 (20.31% from 255 or 29.31% from 174); Blue value is 59 (23.44% from 255 or 33.91% from 174); Max value from RGB is 64 - color contains mainly: red. Hex color #40333B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #40333B is #BFCCC4. Grayscale: #373737. Windows color (decimal): -12569797 or 3879744. OLE color: 3879744.

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

Color convert

RGB 64 51 59 -
CMYK 0 0.20 0.08 0.75
HSL 323.08º 0.11% 0.23% -
HSV(B) 323.08º 0.2% 0.25% -
XYZ 4.09 3.77 4.65 -
YUV 55.8 129.81 133.85 -
System Red Green Blue C M Y K H S L
Decimal 64 51 59 0 0.20 0.08 0.75 323.08 0.11 0.23
Hex 40 33 3B 0 14 8 4B 143 B 17
Octal 100 63 73 0 24 10 113 503 13 27
Binary 1000000 110011 111011 0 10100 1000 1001011 101000011 1011 10111

Color Harmonies of #40333B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40333B

Black with #40333B

Text Example


Text Example

White with #40333B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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