#39252C

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

Shades of Castro #39252C

Tints of Castro #39252C

Color information

#39252C (or 0x39252C) is unknown color: approx Castro. HEX triplet: 39, 25 and 2C. RGB value is (57,37,44). Sum of RGB (Red+Green+Blue) = 57+37+44=138 (18% of max value = 765). Red value is 57 (22.66% from 255 or 41.30% from 138); Green value is 37 (14.84% from 255 or 26.81% from 138); Blue value is 44 (17.58% from 255 or 31.88% from 138); Max value from RGB is 57 - color contains mainly: red. Hex color #39252C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #39252C is #C6DAD3. Grayscale: #2B2B2B. Windows color (decimal): -13032148 or 2893113. OLE color: 2893113.

HSL color Cylindrical-coordinate representation of color #39252C: hue angle of 339º degrees, saturation: 0.21, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #39252C is Cyan = 0, Magento = 0.35, Yellow = 0.23 and Black (K on CMYK) = 0.78.

Color convert

RGB573744-
CMYK00.350.230.78
HSL339º21.28%18.43%-
HSV(B)339º35.09%22.35%-
XYZ2.82.372.69-
YUV43.78128.13137.43-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 41.30%
GREEN value IS 37 (14.84% from 255) = 26.81%
BLUE value IS 44 (17.58% from 255) = 31.88%
R=41.30%
G=26.81%
B=31.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.23
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal57374400.350.230.7833921.2818.43
Hex39252C023174E1531512
Octal714554043271165232522
Binary11100110010110110001000111011110011101010100111010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39252C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #39252C; }

 p { color: rgb(57,37,44); }

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

<style>
 a { background-color: #39252C; }

 a { background-color: rgb(57,37,44); }

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

<style>
 span { border-color: #39252C; }

 span { border-color: rgb(57,37,44); }

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