Html Css Color HEX #3C2C31 Castro

📋 copy color: '#3C2C31'

red 60 ◦ green 44 ◦ blue 49

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

Shades of Castro #3C2C31

Tints of Castro #3C2C31

RGB

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

 GREEN value IS 44 (17.58% from 255) = 28.76%

 BLUE value IS 49 (19.53% from 255) = 32.03%

R = 39.22%
G = 28.76%
B = 32.03%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.18

 K value IS 0.76

RGB Variations

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

Color information

#3C2C31 (or 0x3C2C31) is known color: Castro. HEX triplet: 3C, 2C and 31. RGB value is (60,44,49). Sum of RGB (Red+Green+Blue) = 60+44+49=153 (20% of max value = 765). Red value is 60 (23.83% from 255 or 39.22% from 153); Green value is 44 (17.58% from 255 or 28.76% from 153); Blue value is 49 (19.53% from 255 or 32.03% from 153); Max value from RGB is 60 - color contains mainly: red. Hex color #3C2C31 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3C2C31 is #C3D3CE. Grayscale: #313131. Windows color (decimal): -12833743 or 3222588. OLE color: 3222588.

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

Color convert

RGB 60 44 49 -
CMYK 0 0.27 0.18 0.76
HSL 341.25º 0.15% 0.2% -
HSV(B) 341.25º 0.27% 0.24% -
XYZ 3.32 2.98 3.31 -
YUV 49.35 127.8 135.59 -
System Red Green Blue C M Y K H S L
Decimal 60 44 49 0 0.27 0.18 0.76 341.25 0.15 0.2
Hex 3C 2C 31 0 1B 12 4C 155 F 14
Octal 74 54 61 0 33 22 114 525 17 24
Binary 111100 101100 110001 0 11011 10010 1001100 101010101 1111 10100

Color Harmonies of #3C2C31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C2C31

Black with #3C2C31

Text Example


Text Example

White with #3C2C31

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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