Html Css Color HEX #42353A Barossa

📋 copy color: '#42353A'

red 66 ◦ green 53 ◦ blue 58

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

Shades of Barossa #42353A

Tints of Barossa #42353A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 32.77%

R = 37.29%
G = 29.94%
B = 32.77%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.12

 K value IS 0.74

RGB Variations

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

Color information

#42353A (or 0x42353A) is known color: Barossa. HEX triplet: 42, 35 and 3A. RGB value is (66,53,58). Sum of RGB (Red+Green+Blue) = 66+53+58=177 (23% of max value = 765). Red value is 66 (26.17% from 255 or 37.29% from 177); Green value is 53 (21.09% from 255 or 29.94% from 177); Blue value is 58 (23.05% from 255 or 32.77% from 177); Max value from RGB is 66 - color contains mainly: red. Hex color #42353A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #42353A is #BDCAC5. Grayscale: #393939. Windows color (decimal): -12438214 or 3814722. OLE color: 3814722.

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

Color convert

RGB 66 53 58 -
CMYK 0 0.20 0.12 0.74
HSL 336.92º 0.11% 0.23% -
HSV(B) 336.92º 0.2% 0.26% -
XYZ 4.28 4.01 4.55 -
YUV 57.46 128.31 134.09 -
System Red Green Blue C M Y K H S L
Decimal 66 53 58 0 0.20 0.12 0.74 336.92 0.11 0.23
Hex 42 35 3A 0 14 C 4A 151 B 17
Octal 102 65 72 0 24 14 112 521 13 27
Binary 1000010 110101 111010 0 10100 1100 1001010 101010001 1011 10111

Color Harmonies of #42353A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42353A

Black with #42353A

Text Example


Text Example

White with #42353A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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