Html Css Color HEX #3C3230 Gondola

📋 copy color: '#3C3230'

red 60 ◦ green 50 ◦ blue 48

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

Shades of Gondola #3C3230

Tints of Gondola #3C3230

RGB

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

 GREEN value IS 50 (19.92% from 255) = 31.65%

 BLUE value IS 48 (19.14% from 255) = 30.38%

R = 37.97%
G = 31.65%
B = 30.38%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.20

 K value IS 0.76

RGB Variations

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

Color information

#3C3230 (or 0x3C3230) is known color: Gondola. HEX triplet: 3C, 32 and 30. RGB value is (60,50,48). Sum of RGB (Red+Green+Blue) = 60+50+48=158 (20% of max value = 765). Red value is 60 (23.83% from 255 or 37.97% from 158); Green value is 50 (19.92% from 255 or 31.65% from 158); Blue value is 48 (19.14% from 255 or 30.38% from 158); Max value from RGB is 60 - color contains mainly: red. Hex color #3C3230 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3C3230 is #C3CDCF. Grayscale: #343434. Windows color (decimal): -12832208 or 3158588. OLE color: 3158588.

HSL color Cylindrical-coordinate representation of color #3C3230: hue angle of 10º degrees, saturation: 0.11, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #3C3230 is Cyan = 0, Magento = 0.17, Yellow = 0.20 and Black (K on CMYK) = 0.76.

Color convert

RGB 60 50 48 -
CMYK 0 0.17 0.20 0.76
HSL 10º 0.11% 0.21% -
HSV(B) 10º 0.2% 0.24% -
XYZ 3.54 3.46 3.28 -
YUV 52.76 125.31 133.16 -
System Red Green Blue C M Y K H S L
Decimal 60 50 48 0 0.17 0.20 0.76 10 0.11 0.21
Hex 3C 32 30 0 11 14 4C A B 15
Octal 74 62 60 0 21 24 114 12 13 25
Binary 111100 110010 110000 0 10001 10100 1001100 1010 1011 10101

Color Harmonies of #3C3230

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C3230

Black with #3C3230

Text Example


Text Example

White with #3C3230

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,50,48); }

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

background-color css

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

 a { background-color: rgb(60,50,48); }

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

border-color css

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

 span { border-color: rgb(60,50,48); }

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