#42363B

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

Shades of Barossa #42363B

Tints of Barossa #42363B

Color information

#42363B (or 0x42363B) is unknown color: approx Barossa. HEX triplet: 42, 36 and 3B. RGB value is (66,54,59). Sum of RGB (Red+Green+Blue) = 66+54+59=179 (23% of max value = 765). Red value is 66 (26.17% from 255 or 36.87% from 179); Green value is 54 (21.48% from 255 or 30.17% from 179); Blue value is 59 (23.44% from 255 or 32.96% from 179); Max value from RGB is 66 - color contains mainly: red. Hex color #42363B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #42363B is #BDC9C4. Grayscale: #3A3A3A. Windows color (decimal): -12437957 or 3880514. OLE color: 3880514.

HSL color Cylindrical-coordinate representation of color #42363B: hue angle of 335º degrees, saturation: 0.1, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #42363B is Cyan = 0, Magento = 0.18, Yellow = 0.11 and Black (K on CMYK) = 0.74.

Color convert

RGB665459-
CMYK00.180.110.74
HSL335º10%23.53%-
HSV(B)335º18.18%25.88%-
XYZ4.364.114.7-
YUV58.16128.48133.59-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 36.87%
GREEN value IS 54 (21.48% from 255) = 30.17%
BLUE value IS 59 (23.44% from 255) = 32.96%
R=36.87%
G=30.17%
B=32.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.11
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal66545900.180.110.743351023.53
Hex42363B012B4A14fa18
Octal1026673022131125171230
Binary100001011011011101101001010111001010101001111101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42363B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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