Html Css Color HEX #402F38 Barossa

📋 copy color: '#402F38'

red 64 ◦ green 47 ◦ blue 56

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

Shades of Barossa #402F38

Tints of Barossa #402F38

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 33.53%

R = 38.32%
G = 28.14%
B = 33.53%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.13

 K value IS 0.75

RGB Variations

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

Color information

#402F38 (or 0x402F38) is known color: Barossa. HEX triplet: 40, 2F and 38. RGB value is (64,47,56). Sum of RGB (Red+Green+Blue) = 64+47+56=167 (22% of max value = 765). Red value is 64 (25.39% from 255 or 38.32% from 167); Green value is 47 (18.75% from 255 or 28.14% from 167); Blue value is 56 (22.27% from 255 or 33.53% from 167); Max value from RGB is 64 - color contains mainly: red. Hex color #402F38 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #402F38 is #BFD0C7. Grayscale: #353535. Windows color (decimal): -12570824 or 3682112. OLE color: 3682112.

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

Color convert

RGB 64 47 56 -
CMYK 0 0.27 0.13 0.75
HSL 328.24º 0.15% 0.22% -
HSV(B) 328.24º 0.27% 0.25% -
XYZ 3.84 3.41 4.2 -
YUV 53.11 129.63 135.77 -
System Red Green Blue C M Y K H S L
Decimal 64 47 56 0 0.27 0.13 0.75 328.24 0.15 0.22
Hex 40 2F 38 0 1B D 4B 148 F 16
Octal 100 57 70 0 33 15 113 510 17 26
Binary 1000000 101111 111000 0 11011 1101 1001011 101001000 1111 10110

Color Harmonies of #402F38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #402F38

Black with #402F38

Text Example


Text Example

White with #402F38

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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