Html Css Color HEX #42353B Barossa

📋 copy color: '#42353B'

red 66 ◦ green 53 ◦ blue 59

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

Shades of Barossa #42353B

Tints of Barossa #42353B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 33.15%

R = 37.08%
G = 29.78%
B = 33.15%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.11

 K value IS 0.74

RGB Variations

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

Color information

#42353B (or 0x42353B) is known color: Barossa. HEX triplet: 42, 35 and 3B. RGB value is (66,53,59). Sum of RGB (Red+Green+Blue) = 66+53+59=178 (23% of max value = 765). Red value is 66 (26.17% from 255 or 37.08% from 178); Green value is 53 (21.09% from 255 or 29.78% from 178); Blue value is 59 (23.44% from 255 or 33.15% from 178); Max value from RGB is 66 - color contains mainly: red. Hex color #42353B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #42353B is #BDCAC4. Grayscale: #393939. Windows color (decimal): -12438213 or 3880258. OLE color: 3880258.

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

Color convert

RGB 66 53 59 -
CMYK 0 0.20 0.11 0.74
HSL 332.31º 0.11% 0.23% -
HSV(B) 332.31º 0.2% 0.26% -
XYZ 4.31 4.02 4.69 -
YUV 57.57 128.81 134.01 -
System Red Green Blue C M Y K H S L
Decimal 66 53 59 0 0.20 0.11 0.74 332.31 0.11 0.23
Hex 42 35 3B 0 14 B 4A 14C B 17
Octal 102 65 73 0 24 13 112 514 13 27
Binary 1000010 110101 111011 0 10100 1011 1001010 101001100 1011 10111

Color Harmonies of #42353B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42353B

Black with #42353B

Text Example


Text Example

White with #42353B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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