#42343C

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

Shades of Barossa #42343C

Tints of Barossa #42343C

Color information

#42343C (or 0x42343C) is unknown color: approx Barossa. HEX triplet: 42, 34 and 3C. RGB value is (66,52,60). Sum of RGB (Red+Green+Blue) = 66+52+60=178 (23% of max value = 765). Red value is 66 (26.17% from 255 or 37.08% from 178); Green value is 52 (20.70% from 255 or 29.21% from 178); Blue value is 60 (23.83% from 255 or 33.71% from 178); Max value from RGB is 66 - color contains mainly: red. Hex color #42343C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #42343C is #BDCBC3. Grayscale: #393939. Windows color (decimal): -12438468 or 3945538. OLE color: 3945538.

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

Color convert

RGB665260-
CMYK00.210.090.74
HSL325.71º11.86%23.14%-
HSV(B)325.71º21.21%25.88%-
XYZ4.293.944.81-
YUV57.1129.64134.35-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 37.08%
GREEN value IS 52 (20.70% from 255) = 29.21%
BLUE value IS 60 (23.83% from 255) = 33.71%
R=37.08%
G=29.21%
B=33.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.09
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal66526000.210.090.74325.7111.8623.14
Hex42343C01594A146c17
Octal1026474025111125061427
Binary100001011010011110001010110011001010101000110110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42343C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #42343C; }

 p { color: rgb(66,52,60); }

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

<style>
 a { background-color: #42343C; }

 a { background-color: rgb(66,52,60); }

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

<style>
 span { border-color: #42343C; }

 span { border-color: rgb(66,52,60); }

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