Html Css Color HEX #42353C Barossa

📋 copy color: '#42353C'

red 66 ◦ green 53 ◦ blue 60

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

Shades of Barossa #42353C

Tints of Barossa #42353C

RGB

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

 GREEN value IS 53 (21.09% from 255) = 29.61%

 BLUE value IS 60 (23.83% from 255) = 33.52%

R = 36.87%
G = 29.61%
B = 33.52%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.09

 K value IS 0.74

RGB Variations

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

Color information

#42353C (or 0x42353C) is known color: Barossa. HEX triplet: 42, 35 and 3C. RGB value is (66,53,60). Sum of RGB (Red+Green+Blue) = 66+53+60=179 (23% of max value = 765). Red value is 66 (26.17% from 255 or 36.87% from 179); Green value is 53 (21.09% from 255 or 29.61% from 179); Blue value is 60 (23.83% from 255 or 33.52% from 179); Max value from RGB is 66 - color contains mainly: red. Hex color #42353C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #42353C is #BDCAC3. Grayscale: #393939. Windows color (decimal): -12438212 or 3945794. OLE color: 3945794.

HSL color Cylindrical-coordinate representation of color #42353C: hue angle of 327.69º 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 #42353C is Cyan = 0, Magento = 0.20, Yellow = 0.09 and Black (K on CMYK) = 0.74.

Color convert

RGB 66 53 60 -
CMYK 0 0.20 0.09 0.74
HSL 327.69º 0.11% 0.23% -
HSV(B) 327.69º 0.2% 0.26% -
XYZ 4.34 4.03 4.82 -
YUV 57.69 129.31 133.93 -
System Red Green Blue C M Y K H S L
Decimal 66 53 60 0 0.20 0.09 0.74 327.69 0.11 0.23
Hex 42 35 3C 0 14 9 4A 148 B 17
Octal 102 65 74 0 24 11 112 510 13 27
Binary 1000010 110101 111100 0 10100 1001 1001010 101001000 1011 10111

Color Harmonies of #42353C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42353C

Black with #42353C

Text Example


Text Example

White with #42353C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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