#3D252D

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

Shades of Castro #3D252D

Tints of Castro #3D252D

Color information

#3D252D (or 0x3D252D) is unknown color: approx Castro. HEX triplet: 3D, 25 and 2D. RGB value is (61,37,45). Sum of RGB (Red+Green+Blue) = 61+37+45=143 (18% of max value = 765). Red value is 61 (24.22% from 255 or 42.66% from 143); Green value is 37 (14.84% from 255 or 25.87% from 143); Blue value is 45 (17.97% from 255 or 31.47% from 143); Max value from RGB is 61 - color contains mainly: red. Hex color #3D252D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3D252D is #C2DAD2. Grayscale: #2D2D2D. Windows color (decimal): -12770003 or 2958653. OLE color: 2958653.

HSL color Cylindrical-coordinate representation of color #3D252D: hue angle of 340º degrees, saturation: 0.24, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #3D252D is Cyan = 0, Magento = 0.39, Yellow = 0.26 and Black (K on CMYK) = 0.76.

Color convert

RGB613745-
CMYK00.390.260.76
HSL340º24.49%19.22%-
HSV(B)340º39.34%23.92%-
XYZ3.062.52.8-
YUV45.09127.95139.35-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 42.66%
GREEN value IS 37 (14.84% from 255) = 25.87%
BLUE value IS 45 (17.97% from 255) = 31.47%
R=42.66%
G=25.87%
B=31.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.26
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal61374500.390.260.7634024.4919.22
Hex3D252D0271A4C1541813
Octal754555047321145243023
Binary11110110010110110101001111101010011001010101001100010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D252D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,37,45); }

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

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

 a { background-color: rgb(61,37,45); }

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

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

 span { border-color: rgb(61,37,45); }

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