#3D282F

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

Shades of Castro #3D282F

Tints of Castro #3D282F

Color information

#3D282F (or 0x3D282F) is unknown color: approx Castro. HEX triplet: 3D, 28 and 2F. RGB value is (61,40,47). Sum of RGB (Red+Green+Blue) = 61+40+47=148 (19% of max value = 765). Red value is 61 (24.22% from 255 or 41.22% from 148); Green value is 40 (16.02% from 255 or 27.03% from 148); Blue value is 47 (18.75% from 255 or 31.76% from 148); Max value from RGB is 61 - color contains mainly: red. Hex color #3D282F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3D282F is #C2D7D0. Grayscale: #2F2F2F. Windows color (decimal): -12769233 or 3090493. OLE color: 3090493.

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

Color convert

RGB614047-
CMYK00.340.230.76
HSL340º20.79%19.8%-
HSV(B)340º34.43%23.92%-
XYZ3.22.713.04-
YUV47.08127.96137.93-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 41.22%
GREEN value IS 40 (16.02% from 255) = 27.03%
BLUE value IS 47 (18.75% from 255) = 31.76%
R=41.22%
G=27.03%
B=31.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.23
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal61404700.340.230.7634020.7919.8
Hex3D282F022174C1541514
Octal755057042271145242524
Binary11110110100010111101000101011110011001010101001010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D282F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,40,47); }

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

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

 a { background-color: rgb(61,40,47); }

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

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

 span { border-color: rgb(61,40,47); }

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