Html Css Color HEX #402F39 Barossa

📋 copy color: '#402F39'

red 64 ◦ green 47 ◦ blue 57

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

Shades of Barossa #402F39

Tints of Barossa #402F39

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 33.93%

R = 38.1%
G = 27.98%
B = 33.93%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.11

 K value IS 0.75

RGB Variations

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

Color information

#402F39 (or 0x402F39) is known color: Barossa. HEX triplet: 40, 2F and 39. RGB value is (64,47,57). Sum of RGB (Red+Green+Blue) = 64+47+57=168 (22% of max value = 765). Red value is 64 (25.39% from 255 or 38.10% from 168); Green value is 47 (18.75% from 255 or 27.98% from 168); Blue value is 57 (22.66% from 255 or 33.93% from 168); Max value from RGB is 64 - color contains mainly: red. Hex color #402F39 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #402F39 is #BFD0C6. Grayscale: #353535. Windows color (decimal): -12570823 or 3747648. OLE color: 3747648.

HSL color Cylindrical-coordinate representation of color #402F39: hue angle of 324.71º 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 #402F39 is Cyan = 0, Magento = 0.27, Yellow = 0.11 and Black (K on CMYK) = 0.75.

Color convert

RGB 64 47 57 -
CMYK 0 0.27 0.11 0.75
HSL 324.71º 0.15% 0.22% -
HSV(B) 324.71º 0.27% 0.25% -
XYZ 3.87 3.42 4.33 -
YUV 53.22 130.13 135.69 -
System Red Green Blue C M Y K H S L
Decimal 64 47 57 0 0.27 0.11 0.75 324.71 0.15 0.22
Hex 40 2F 39 0 1B B 4B 145 F 16
Octal 100 57 71 0 33 13 113 505 17 26
Binary 1000000 101111 111001 0 11011 1011 1001011 101000101 1111 10110

Color Harmonies of #402F39

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #402F39

Black with #402F39

Text Example


Text Example

White with #402F39

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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