Html Css Color HEX #423039 Barossa

📋 copy color: '#423039'

red 66 ◦ green 48 ◦ blue 57

#423039
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Barossa #423039

Tints of Barossa #423039

RGB

 RED value IS 66 (26.17% from 255) = 38.6%

 GREEN value IS 48 (19.14% from 255) = 28.07%

 BLUE value IS 57 (22.66% from 255) = 33.33%

R = 38.6%
G = 28.07%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.14

 K value IS 0.74

RGB Variations

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

Color information

#423039 (or 0x423039) is known color: Barossa. HEX triplet: 42, 30 and 39. RGB value is (66,48,57). Sum of RGB (Red+Green+Blue) = 66+48+57=171 (22% of max value = 765). Red value is 66 (26.17% from 255 or 38.60% from 171); Green value is 48 (19.14% from 255 or 28.07% from 171); Blue value is 57 (22.66% from 255 or 33.33% from 171); Max value from RGB is 66 - color contains mainly: red. Hex color #423039 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #423039 is #BDCFC6. Grayscale: #363636. Windows color (decimal): -12439495 or 3747906. OLE color: 3747906.

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

Color convert

RGB 66 48 57 -
CMYK 0 0.27 0.14 0.74
HSL 330º 0.16% 0.22% -
HSV(B) 330º 0.27% 0.26% -
XYZ 4.04 3.57 4.35 -
YUV 54.41 129.46 136.27 -
System Red Green Blue C M Y K H S L
Decimal 66 48 57 0 0.27 0.14 0.74 330 0.16 0.22
Hex 42 30 39 0 1B E 4A 14A 10 16
Octal 102 60 71 0 33 16 112 512 20 26
Binary 1000010 110000 111001 0 11011 1110 1001010 101001010 10000 10110

Color Harmonies of #423039

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #423039

Black with #423039

Text Example


Text Example

White with #423039

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #423039; }

 p { color: rgb(66,48,57); }

 H1.HeaderClassName
 {
   color: #423039;
 }
 .AnyTagClassName
 {
   color: #423039;
 }
</style>

background-color css

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

 a { background-color: rgb(66,48,57); }

 div.DivClassName
 {
   background-color: #423039;
 }
 .BgClassName
 {
   background-color: #423039;
 }
</style>

border-color css

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

 span { border-color: rgb(66,48,57); }

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