#3D2B30

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

Shades of Castro #3D2B30

Tints of Castro #3D2B30

Color information

#3D2B30 (or 0x3D2B30) is unknown color: approx Castro. HEX triplet: 3D, 2B and 30. RGB value is (61,43,48). Sum of RGB (Red+Green+Blue) = 61+43+48=152 (20% of max value = 765). Red value is 61 (24.22% from 255 or 40.13% from 152); Green value is 43 (17.19% from 255 or 28.29% from 152); Blue value is 48 (19.14% from 255 or 31.58% from 152); Max value from RGB is 61 - color contains mainly: red. Hex color #3D2B30 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3D2B30 is #C2D4CF. Grayscale: #303030. Windows color (decimal): -12768464 or 3156797. OLE color: 3156797.

HSL color Cylindrical-coordinate representation of color #3D2B30: hue angle of 343.33º degrees, saturation: 0.17, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #3D2B30 is Cyan = 0, Magento = 0.30, Yellow = 0.21 and Black (K on CMYK) = 0.76.

Color convert

RGB614348-
CMYK00.300.210.76
HSL343.33º17.31%20.39%-
HSV(B)343.33º29.51%23.92%-
XYZ3.322.933.19-
YUV48.95127.46136.59-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 40.13%
GREEN value IS 43 (17.19% from 255) = 28.29%
BLUE value IS 48 (19.14% from 255) = 31.58%
R=40.13%
G=28.29%
B=31.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.21
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal61434800.300.210.76343.3317.3120.39
Hex3D2B3001E154C1571114
Octal755360036251145272124
Binary1111011010111100000111101010110011001010101111000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D2B30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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