Html Css Color HEX #402F37 Barossa

📋 copy color: '#402F37'

red 64 ◦ green 47 ◦ blue 55

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

Shades of Barossa #402F37

Tints of Barossa #402F37

RGB

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

 GREEN value IS 47 (18.75% from 255) = 28.31%

 BLUE value IS 55 (21.88% from 255) = 33.13%

R = 38.55%
G = 28.31%
B = 33.13%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.14

 K value IS 0.75

RGB Variations

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

Color information

#402F37 (or 0x402F37) is known color: Barossa. HEX triplet: 40, 2F and 37. RGB value is (64,47,55). Sum of RGB (Red+Green+Blue) = 64+47+55=166 (21% of max value = 765). Red value is 64 (25.39% from 255 or 38.55% from 166); Green value is 47 (18.75% from 255 or 28.31% from 166); Blue value is 55 (21.88% from 255 or 33.13% from 166); Max value from RGB is 64 - color contains mainly: red. Hex color #402F37 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #402F37 is #BFD0C8. Grayscale: #343434. Windows color (decimal): -12570825 or 3616576. OLE color: 3616576.

HSL color Cylindrical-coordinate representation of color #402F37: hue angle of 331.76º degrees, saturation: 0.15, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #402F37 is Cyan = 0, Magento = 0.27, Yellow = 0.14 and Black (K on CMYK) = 0.75.

Color convert

RGB 64 47 55 -
CMYK 0 0.27 0.14 0.75
HSL 331.76º 0.15% 0.22% -
HSV(B) 331.76º 0.27% 0.25% -
XYZ 3.82 3.4 4.07 -
YUV 53 129.13 135.85 -
System Red Green Blue C M Y K H S L
Decimal 64 47 55 0 0.27 0.14 0.75 331.76 0.15 0.22
Hex 40 2F 37 0 1B E 4B 14C F 16
Octal 100 57 67 0 33 16 113 514 17 26
Binary 1000000 101111 110111 0 11011 1110 1001011 101001100 1111 10110

Color Harmonies of #402F37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #402F37

Black with #402F37

Text Example


Text Example

White with #402F37

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #402F37; }

 p { color: rgb(64,47,55); }

 H1.HeaderClassName
 {
   color: #402F37;
 }
 .AnyTagClassName
 {
   color: #402F37;
 }
</style>

background-color css

<style>
 a { background-color: #402F37; }

 a { background-color: rgb(64,47,55); }

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

border-color css

<style>
 span { border-color: #402F37; }

 span { border-color: rgb(64,47,55); }

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