Html Css Color HEX #3C2B30 Castro

📋 copy color: '#3C2B30'

red 60 ◦ green 43 ◦ blue 48

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

Shades of Castro #3C2B30

Tints of Castro #3C2B30

RGB

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

 GREEN value IS 43 (17.19% from 255) = 28.48%

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

R = 39.74%
G = 28.48%
B = 31.79%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.20

 K value IS 0.76

RGB Variations

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

Color information

#3C2B30 (or 0x3C2B30) is known color: Castro. HEX triplet: 3C, 2B and 30. RGB value is (60,43,48). Sum of RGB (Red+Green+Blue) = 60+43+48=151 (20% of max value = 765). Red value is 60 (23.83% from 255 or 39.74% from 151); Green value is 43 (17.19% from 255 or 28.48% from 151); Blue value is 48 (19.14% from 255 or 31.79% from 151); Max value from RGB is 60 - color contains mainly: red. Hex color #3C2B30 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3C2B30 is #C3D4CF. Grayscale: #303030. Windows color (decimal): -12834000 or 3156796. OLE color: 3156796.

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

Color convert

RGB 60 43 48 -
CMYK 0 0.28 0.20 0.76
HSL 342.35º 0.17% 0.2% -
HSV(B) 342.35º 0.28% 0.24% -
XYZ 3.26 2.9 3.18 -
YUV 48.65 127.63 136.09 -
System Red Green Blue C M Y K H S L
Decimal 60 43 48 0 0.28 0.20 0.76 342.35 0.17 0.2
Hex 3C 2B 30 0 1C 14 4C 156 11 14
Octal 74 53 60 0 34 24 114 526 21 24
Binary 111100 101011 110000 0 11100 10100 1001100 101010110 10001 10100

Color Harmonies of #3C2B30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C2B30

Black with #3C2B30

Text Example


Text Example

White with #3C2B30

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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