#3D202B

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

Shades of Castro #3D202B

Tints of Castro #3D202B

Color information

#3D202B (or 0x3D202B) is unknown color: approx Castro. HEX triplet: 3D, 20 and 2B. RGB value is (61,32,43). Sum of RGB (Red+Green+Blue) = 61+32+43=136 (18% of max value = 765). Red value is 61 (24.22% from 255 or 44.85% from 136); Green value is 32 (12.89% from 255 or 23.53% from 136); Blue value is 43 (17.19% from 255 or 31.62% from 136); Max value from RGB is 61 - color contains mainly: red. Hex color #3D202B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3D202B is #C2DFD4. Grayscale: #292929. Windows color (decimal): -12771285 or 2826301. OLE color: 2826301.

HSL color Cylindrical-coordinate representation of color #3D202B: hue angle of 337.24º degrees, saturation: 0.31, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #3D202B is Cyan = 0, Magento = 0.48, Yellow = 0.30 and Black (K on CMYK) = 0.76.

Color convert

RGB613243-
CMYK00.480.300.76
HSL337.24º31.18%18.24%-
HSV(B)337.24º47.54%23.92%-
XYZ2.882.22.56-
YUV41.92128.61141.61-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 44.85%
GREEN value IS 32 (12.89% from 255) = 23.53%
BLUE value IS 43 (17.19% from 255) = 31.62%
R=44.85%
G=23.53%
B=31.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.30
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal61324300.480.300.76337.2431.1818.24
Hex3D202B0301E4C1511f12
Octal754053060361145213722
Binary11110110000010101101100001111010011001010100011111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D202B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,32,43); }

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

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

 a { background-color: rgb(61,32,43); }

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

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

 span { border-color: rgb(61,32,43); }

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