#3C1926

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

Shades of Castro #3C1926

Tints of Castro #3C1926

Color information

#3C1926 (or 0x3C1926) is unknown color: approx Castro. HEX triplet: 3C, 19 and 26. RGB value is (60,25,38). Sum of RGB (Red+Green+Blue) = 60+25+38=123 (16% of max value = 765). Red value is 60 (23.83% from 255 or 48.78% from 123); Green value is 25 (10.16% from 255 or 20.33% from 123); Blue value is 38 (15.23% from 255 or 30.89% from 123); Max value from RGB is 60 - color contains mainly: red. Hex color #3C1926 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3C1926 is #C3E6D9. Grayscale: #242424. Windows color (decimal): -12838618 or 2496828. OLE color: 2496828.

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

Color convert

RGB602538-
CMYK00.580.370.76
HSL337.71º41.18%16.67%-
HSV(B)337.71º58.33%23.53%-
XYZ2.561.82.05-
YUV36.95128.6144.44-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 48.78%
GREEN value IS 25 (10.16% from 255) = 20.33%
BLUE value IS 38 (15.23% from 255) = 30.89%
R=48.78%
G=20.33%
B=30.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.37
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal60253800.580.370.76337.7141.1816.67
Hex3C192603A254C1522911
Octal743146072451145225121
Binary111100110011001100111010100101100110010101001010100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C1926

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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