#42343A

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

Shades of Barossa #42343A

Tints of Barossa #42343A

Color information

#42343A (or 0x42343A) is unknown color: approx Barossa. HEX triplet: 42, 34 and 3A. RGB value is (66,52,58). Sum of RGB (Red+Green+Blue) = 66+52+58=176 (23% of max value = 765). Red value is 66 (26.17% from 255 or 37.5% from 176); Green value is 52 (20.70% from 255 or 29.55% from 176); Blue value is 58 (23.05% from 255 or 32.95% from 176); Max value from RGB is 66 - color contains mainly: red. Hex color #42343A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #42343A is #BDCBC5. Grayscale: #383838. Windows color (decimal): -12438470 or 3814466. OLE color: 3814466.

HSL color Cylindrical-coordinate representation of color #42343A: hue angle of 334.29º 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 #42343A is Cyan = 0, Magento = 0.21, Yellow = 0.12 and Black (K on CMYK) = 0.74.

Color convert

RGB665258-
CMYK00.210.120.74
HSL334.29º11.86%23.14%-
HSV(B)334.29º21.21%25.88%-
XYZ4.243.924.54-
YUV56.87128.64134.51-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 37.5%
GREEN value IS 52 (20.70% from 255) = 29.55%
BLUE value IS 58 (23.05% from 255) = 32.95%
R=37.5%
G=29.55%
B=32.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.12
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal66525800.210.120.74334.2911.8623.14
Hex42343A015C4A14ec17
Octal1026472025141125161427
Binary100001011010011101001010111001001010101001110110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42343A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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