#42353B

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

Shades of Barossa #42353B

Tints of Barossa #42353B

Color information

#42353B (or 0x42353B) is unknown color: approx Barossa. HEX triplet: 42, 35 and 3B. RGB value is (66,53,59). Sum of RGB (Red+Green+Blue) = 66+53+59=178 (23% of max value = 765). Red value is 66 (26.17% from 255 or 37.08% from 178); Green value is 53 (21.09% from 255 or 29.78% from 178); Blue value is 59 (23.44% from 255 or 33.15% from 178); Max value from RGB is 66 - color contains mainly: red. Hex color #42353B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #42353B is #BDCAC4. Grayscale: #393939. Windows color (decimal): -12438213 or 3880258. OLE color: 3880258.

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

Color convert

RGB665359-
CMYK00.200.110.74
HSL332.31º10.92%23.33%-
HSV(B)332.31º19.7%25.88%-
XYZ4.314.024.69-
YUV57.57128.81134.01-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 37.08%
GREEN value IS 53 (21.09% from 255) = 29.78%
BLUE value IS 59 (23.44% from 255) = 33.15%
R=37.08%
G=29.78%
B=33.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.11
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal66535900.200.110.74332.3110.9223.33
Hex42353B014B4A14cb17
Octal1026573024131125141327
Binary100001011010111101101010010111001010101001100101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42353B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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