Html Css Color HEX #3C3537 Barossa

📋 copy color: '#3C3537'

red 60 ◦ green 53 ◦ blue 55

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

Shades of Barossa #3C3537

Tints of Barossa #3C3537

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 32.74%

R = 35.71%
G = 31.55%
B = 32.74%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.08

 K value IS 0.76

RGB Variations

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

Color information

#3C3537 (or 0x3C3537) is known color: Barossa. HEX triplet: 3C, 35 and 37. RGB value is (60,53,55). Sum of RGB (Red+Green+Blue) = 60+53+55=168 (22% of max value = 765). Red value is 60 (23.83% from 255 or 35.71% from 168); Green value is 53 (21.09% from 255 or 31.55% from 168); Blue value is 55 (21.88% from 255 or 32.74% from 168); Max value from RGB is 60 - color contains mainly: red. Hex color #3C3537 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3C3537 is #C3CAC8. Grayscale: #373737. Windows color (decimal): -12831433 or 3618108. OLE color: 3618108.

HSL color Cylindrical-coordinate representation of color #3C3537: hue angle of 342.86º degrees, saturation: 0.06, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #3C3537 is Cyan = 0, Magento = 0.12, Yellow = 0.08 and Black (K on CMYK) = 0.76.

Color convert

RGB 60 53 55 -
CMYK 0 0.12 0.08 0.76
HSL 342.86º 0.06% 0.22% -
HSV(B) 342.86º 0.12% 0.24% -
XYZ 3.83 3.78 4.14 -
YUV 55.32 127.82 131.34 -
System Red Green Blue C M Y K H S L
Decimal 60 53 55 0 0.12 0.08 0.76 342.86 0.06 0.22
Hex 3C 35 37 0 C 8 4C 157 6 16
Octal 74 65 67 0 14 10 114 527 6 26
Binary 111100 110101 110111 0 1100 1000 1001100 101010111 110 10110

Color Harmonies of #3C3537

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C3537

Black with #3C3537

Text Example


Text Example

White with #3C3537

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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