Html Css Color HEX #3C3136 Barossa

📋 copy color: '#3C3136'

red 60 ◦ green 49 ◦ blue 54

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

Shades of Barossa #3C3136

Tints of Barossa #3C3136

RGB

 RED value IS 60 (23.83% from 255) = 36.81%

 GREEN value IS 49 (19.53% from 255) = 30.06%

 BLUE value IS 54 (21.48% from 255) = 33.13%

R = 36.81%
G = 30.06%
B = 33.13%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.10

 K value IS 0.76

RGB Variations

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

Color information

#3C3136 (or 0x3C3136) is known color: Barossa. HEX triplet: 3C, 31 and 36. RGB value is (60,49,54). Sum of RGB (Red+Green+Blue) = 60+49+54=163 (21% of max value = 765). Red value is 60 (23.83% from 255 or 36.81% from 163); Green value is 49 (19.53% from 255 or 30.06% from 163); Blue value is 54 (21.48% from 255 or 33.13% from 163); Max value from RGB is 60 - color contains mainly: red. Hex color #3C3136 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3C3136 is #C3CEC9. Grayscale: #343434. Windows color (decimal): -12832458 or 3551548. OLE color: 3551548.

HSL color Cylindrical-coordinate representation of color #3C3136: hue angle of 332.73º degrees, saturation: 0.1, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #3C3136 is Cyan = 0, Magento = 0.18, Yellow = 0.10 and Black (K on CMYK) = 0.76.

Color convert

RGB 60 49 54 -
CMYK 0 0.18 0.10 0.76
HSL 332.73º 0.1% 0.21% -
HSV(B) 332.73º 0.18% 0.24% -
XYZ 3.63 3.42 3.96 -
YUV 52.86 128.64 133.09 -
System Red Green Blue C M Y K H S L
Decimal 60 49 54 0 0.18 0.10 0.76 332.73 0.1 0.21
Hex 3C 31 36 0 12 A 4C 14D A 15
Octal 74 61 66 0 22 12 114 515 12 25
Binary 111100 110001 110110 0 10010 1010 1001100 101001101 1010 10101

Color Harmonies of #3C3136

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C3136

Black with #3C3136

Text Example


Text Example

White with #3C3136

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3C3136; }

 p { color: rgb(60,49,54); }

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

background-color css

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

 a { background-color: rgb(60,49,54); }

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

border-color css

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

 span { border-color: rgb(60,49,54); }

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