#42373D

Color #42373D Barossa (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Barossa #42373D

Tints of Barossa #42373D

Color information

#42373D (or 0x42373D) is unknown color: approx Barossa. HEX triplet: 42, 37 and 3D. RGB value is (66,55,61). Sum of RGB (Red+Green+Blue) = 66+55+61=182 (24% of max value = 765). Red value is 66 (26.17% from 255 or 36.26% from 182); Green value is 55 (21.88% from 255 or 30.22% from 182); Blue value is 61 (24.22% from 255 or 33.52% from 182); Max value from RGB is 66 - color contains mainly: red. Hex color #42373D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #42373D is #BDC8C2. Grayscale: #3A3A3A. Windows color (decimal): -12437699 or 4011842. OLE color: 4011842.

HSL color Cylindrical-coordinate representation of color #42373D: hue angle of 327.27º degrees, saturation: 0.09, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #42373D is Cyan = 0, Magento = 0.17, Yellow = 0.08 and Black (K on CMYK) = 0.74.

Color convert

RGB665561-
CMYK00.170.080.74
HSL327.27º9.09%23.73%-
HSV(B)327.27º16.67%25.88%-
XYZ4.464.235-
YUV58.97129.14133.01-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 36.26%
GREEN value IS 55 (21.88% from 255) = 30.22%
BLUE value IS 61 (24.22% from 255) = 33.52%
R=36.26%
G=30.22%
B=33.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.08
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal66556100.170.080.74327.279.0923.73
Hex42373D01184A147918
Octal1026775021101125071130
Binary100001011011111110101000110001001010101000111100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42373D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #42373D; }

 p { color: rgb(66,55,61); }

 H1.HeaderClassName
 {
   color: #42373D;
 }
 .AnyTagClassName
 {
   color: #42373D;
 }
</style>
background-color css

<style>
 a { background-color: #42373D; }

 a { background-color: rgb(66,55,61); }

 div.DivClassName
 {
   background-color: #42373D;
 }
 .BgClassName
 {
   background-color: #42373D;
 }
</style>
border-color css

<style>
 span { border-color: #42373D; }

 span { border-color: rgb(66,55,61); }

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