Html Css Color HEX #3C3337 Barossa

📋 copy color: '#3C3337'

red 60 ◦ green 51 ◦ blue 55

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

Shades of Barossa #3C3337

Tints of Barossa #3C3337

RGB

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

 GREEN value IS 51 (20.31% from 255) = 30.72%

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

R = 36.14%
G = 30.72%
B = 33.13%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.08

 K value IS 0.76

RGB Variations

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

Color information

#3C3337 (or 0x3C3337) is known color: Barossa. HEX triplet: 3C, 33 and 37. RGB value is (60,51,55). Sum of RGB (Red+Green+Blue) = 60+51+55=166 (21% of max value = 765). Red value is 60 (23.83% from 255 or 36.14% from 166); Green value is 51 (20.31% from 255 or 30.72% from 166); Blue value is 55 (21.88% from 255 or 33.13% from 166); Max value from RGB is 60 - color contains mainly: red. Hex color #3C3337 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3C3337 is #C3CCC8. Grayscale: #363636. Windows color (decimal): -12831945 or 3617596. OLE color: 3617596.

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

Color convert

RGB 60 51 55 -
CMYK 0 0.15 0.08 0.76
HSL 333.33º 0.08% 0.22% -
HSV(B) 333.33º 0.15% 0.24% -
XYZ 3.74 3.6 4.11 -
YUV 54.15 128.48 132.17 -
System Red Green Blue C M Y K H S L
Decimal 60 51 55 0 0.15 0.08 0.76 333.33 0.08 0.22
Hex 3C 33 37 0 F 8 4C 14D 8 16
Octal 74 63 67 0 17 10 114 515 10 26
Binary 111100 110011 110111 0 1111 1000 1001100 101001101 1000 10110

Color Harmonies of #3C3337

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C3337

Black with #3C3337

Text Example


Text Example

White with #3C3337

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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