#42323A

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

Shades of Barossa #42323A

Tints of Barossa #42323A

Color information

#42323A (or 0x42323A) is unknown color: approx Barossa. HEX triplet: 42, 32 and 3A. RGB value is (66,50,58). Sum of RGB (Red+Green+Blue) = 66+50+58=174 (23% of max value = 765). Red value is 66 (26.17% from 255 or 37.93% from 174); Green value is 50 (19.92% from 255 or 28.74% from 174); Blue value is 58 (23.05% from 255 or 33.33% from 174); Max value from RGB is 66 - color contains mainly: red. Hex color #42323A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #42323A is #BDCDC5. Grayscale: #373737. Windows color (decimal): -12438982 or 3813954. OLE color: 3813954.

HSL color Cylindrical-coordinate representation of color #42323A: hue angle of 330º degrees, saturation: 0.14, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #42323A is Cyan = 0, Magento = 0.24, Yellow = 0.12 and Black (K on CMYK) = 0.74.

Color convert

RGB665058-
CMYK00.240.120.74
HSL330º13.79%22.75%-
HSV(B)330º24.24%25.88%-
XYZ4.153.744.51-
YUV55.7129.3135.35-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 37.93%
GREEN value IS 50 (19.92% from 255) = 28.74%
BLUE value IS 58 (23.05% from 255) = 33.33%
R=37.93%
G=28.74%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.12
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal66505800.240.120.7433013.7922.75
Hex42323A018C4A14ae17
Octal1026272030141125121627
Binary100001011001011101001100011001001010101001010111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42323A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #42323A; }

 p { color: rgb(66,50,58); }

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

<style>
 a { background-color: #42323A; }

 a { background-color: rgb(66,50,58); }

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

<style>
 span { border-color: #42323A; }

 span { border-color: rgb(66,50,58); }

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