Html Css Color HEX #3C3533 Gondola

📋 copy color: '#3C3533'

red 60 ◦ green 53 ◦ blue 51

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

Shades of Gondola #3C3533

Tints of Gondola #3C3533

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 31.1%

R = 36.59%
G = 32.32%
B = 31.1%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.15

 K value IS 0.76

RGB Variations

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

Color information

#3C3533 (or 0x3C3533) is known color: Gondola. HEX triplet: 3C, 35 and 33. RGB value is (60,53,51). Sum of RGB (Red+Green+Blue) = 60+53+51=164 (21% of max value = 765). Red value is 60 (23.83% from 255 or 36.59% from 164); Green value is 53 (21.09% from 255 or 32.32% from 164); Blue value is 51 (20.31% from 255 or 31.10% from 164); Max value from RGB is 60 - color contains mainly: red. Hex color #3C3533 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3C3533 is #C3CACC. Grayscale: #363636. Windows color (decimal): -12831437 or 3355964. OLE color: 3355964.

HSL color Cylindrical-coordinate representation of color #3C3533: hue angle of 13.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 #3C3533 is Cyan = 0, Magento = 0.12, Yellow = 0.15 and Black (K on CMYK) = 0.76.

Color convert

RGB 60 53 51 -
CMYK 0 0.12 0.15 0.76
HSL 13.33º 0.08% 0.22% -
HSV(B) 13.33º 0.15% 0.24% -
XYZ 3.73 3.75 3.66 -
YUV 54.87 125.82 131.66 -
System Red Green Blue C M Y K H S L
Decimal 60 53 51 0 0.12 0.15 0.76 13.33 0.08 0.22
Hex 3C 35 33 0 C F 4C D 8 16
Octal 74 65 63 0 14 17 114 15 10 26
Binary 111100 110101 110011 0 1100 1111 1001100 1101 1000 10110

Color Harmonies of #3C3533

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C3533

Black with #3C3533

Text Example


Text Example

White with #3C3533

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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