#42373B

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

Shades of Barossa #42373B

Tints of Barossa #42373B

Color information

#42373B (or 0x42373B) is unknown color: approx Barossa. HEX triplet: 42, 37 and 3B. RGB value is (66,55,59). Sum of RGB (Red+Green+Blue) = 66+55+59=180 (23% of max value = 765). Red value is 66 (26.17% from 255 or 36.67% from 180); Green value is 55 (21.88% from 255 or 30.56% from 180); Blue value is 59 (23.44% from 255 or 32.78% from 180); Max value from RGB is 66 - color contains mainly: red. Hex color #42373B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #42373B is #BDC8C4. Grayscale: #3A3A3A. Windows color (decimal): -12437701 or 3880770. OLE color: 3880770.

HSL color Cylindrical-coordinate representation of color #42373B: hue angle of 338.18º 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 #42373B is Cyan = 0, Magento = 0.17, Yellow = 0.11 and Black (K on CMYK) = 0.74.

Color convert

RGB665559-
CMYK00.170.110.74
HSL338.18º9.09%23.73%-
HSV(B)338.18º16.67%25.88%-
XYZ4.44.214.72-
YUV58.74128.14133.17-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 36.67%
GREEN value IS 55 (21.88% from 255) = 30.56%
BLUE value IS 59 (23.44% from 255) = 32.78%
R=36.67%
G=30.56%
B=32.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.11
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal66555900.170.110.74338.189.0923.73
Hex42373B011B4A152918
Octal1026773021131125221130
Binary100001011011111101101000110111001010101010010100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42373B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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