Html Css Color HEX #402F36 Barossa

📋 copy color: '#402F36'

red 64 ◦ green 47 ◦ blue 54

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

Shades of Barossa #402F36

Tints of Barossa #402F36

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 32.73%

R = 38.79%
G = 28.48%
B = 32.73%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.16

 K value IS 0.75

RGB Variations

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

Color information

#402F36 (or 0x402F36) is known color: Barossa. HEX triplet: 40, 2F and 36. RGB value is (64,47,54). Sum of RGB (Red+Green+Blue) = 64+47+54=165 (21% of max value = 765). Red value is 64 (25.39% from 255 or 38.79% from 165); Green value is 47 (18.75% from 255 or 28.48% from 165); Blue value is 54 (21.48% from 255 or 32.73% from 165); Max value from RGB is 64 - color contains mainly: red. Hex color #402F36 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #402F36 is #BFD0C9. Grayscale: #343434. Windows color (decimal): -12570826 or 3551040. OLE color: 3551040.

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

Color convert

RGB 64 47 54 -
CMYK 0 0.27 0.16 0.75
HSL 335.29º 0.15% 0.22% -
HSV(B) 335.29º 0.27% 0.25% -
XYZ 3.8 3.39 3.94 -
YUV 52.88 128.63 135.93 -
System Red Green Blue C M Y K H S L
Decimal 64 47 54 0 0.27 0.16 0.75 335.29 0.15 0.22
Hex 40 2F 36 0 1B 10 4B 14F F 16
Octal 100 57 66 0 33 20 113 517 17 26
Binary 1000000 101111 110110 0 11011 10000 1001011 101001111 1111 10110

Color Harmonies of #402F36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #402F36

Black with #402F36

Text Example


Text Example

White with #402F36

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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