Html Css Color HEX #42363B Barossa

📋 copy color: '#42363B'

red 66 ◦ green 54 ◦ blue 59

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

Shades of Barossa #42363B

Tints of Barossa #42363B

RGB

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

 GREEN value IS 54 (21.48% from 255) = 30.17%

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

R = 36.87%
G = 30.17%
B = 32.96%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.11

 K value IS 0.74

RGB Variations

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

Color information

#42363B (or 0x42363B) is known color: Barossa. HEX triplet: 42, 36 and 3B. RGB value is (66,54,59). Sum of RGB (Red+Green+Blue) = 66+54+59=179 (23% of max value = 765). Red value is 66 (26.17% from 255 or 36.87% from 179); Green value is 54 (21.48% from 255 or 30.17% from 179); Blue value is 59 (23.44% from 255 or 32.96% from 179); Max value from RGB is 66 - color contains mainly: red. Hex color #42363B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #42363B is #BDC9C4. Grayscale: #3A3A3A. Windows color (decimal): -12437957 or 3880514. OLE color: 3880514.

HSL color Cylindrical-coordinate representation of color #42363B: hue angle of 335º degrees, saturation: 0.1, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #42363B is Cyan = 0, Magento = 0.18, Yellow = 0.11 and Black (K on CMYK) = 0.74.

Color convert

RGB 66 54 59 -
CMYK 0 0.18 0.11 0.74
HSL 335º 0.1% 0.24% -
HSV(B) 335º 0.18% 0.26% -
XYZ 4.36 4.11 4.7 -
YUV 58.16 128.48 133.59 -
System Red Green Blue C M Y K H S L
Decimal 66 54 59 0 0.18 0.11 0.74 335 0.1 0.24
Hex 42 36 3B 0 12 B 4A 14F A 18
Octal 102 66 73 0 22 13 112 517 12 30
Binary 1000010 110110 111011 0 10010 1011 1001010 101001111 1010 11000

Color Harmonies of #42363B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42363B

Black with #42363B

Text Example


Text Example

White with #42363B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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