#3C1A26

Color #3C1A26 Castro (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Castro #3C1A26

Tints of Castro #3C1A26

Color information

#3C1A26 (or 0x3C1A26) is unknown color: approx Castro. HEX triplet: 3C, 1A and 26. RGB value is (60,26,38). Sum of RGB (Red+Green+Blue) = 60+26+38=124 (16% of max value = 765). Red value is 60 (23.83% from 255 or 48.39% from 124); Green value is 26 (10.55% from 255 or 20.97% from 124); Blue value is 38 (15.23% from 255 or 30.65% from 124); Max value from RGB is 60 - color contains mainly: red. Hex color #3C1A26 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3C1A26 is #C3E5D9. Grayscale: #252525. Windows color (decimal): -12838362 or 2497084. OLE color: 2497084.

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

Color convert

RGB602638-
CMYK00.570.370.76
HSL338.82º39.53%16.86%-
HSV(B)338.82º56.67%23.53%-
XYZ2.581.842.05-
YUV37.53128.26144.02-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 48.39%
GREEN value IS 26 (10.55% from 255) = 20.97%
BLUE value IS 38 (15.23% from 255) = 30.65%
R=48.39%
G=20.97%
B=30.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.37
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal60263800.570.370.76338.8239.5316.86
Hex3C1A26039254C1532811
Octal743246071451145235021
Binary111100110101001100111001100101100110010101001110100010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C1A26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,26,38); }

 H1.HeaderClassName
 {
   color: #3C1A26;
 }
 .AnyTagClassName
 {
   color: #3C1A26;
 }
</style>
background-color css

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

 a { background-color: rgb(60,26,38); }

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

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

 span { border-color: rgb(60,26,38); }

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