#3D282E

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

Shades of Castro #3D282E

Tints of Castro #3D282E

Color information

#3D282E (or 0x3D282E) is unknown color: approx Castro. HEX triplet: 3D, 28 and 2E. RGB value is (61,40,46). Sum of RGB (Red+Green+Blue) = 61+40+46=147 (19% of max value = 765). Red value is 61 (24.22% from 255 or 41.50% from 147); Green value is 40 (16.02% from 255 or 27.21% from 147); Blue value is 46 (18.36% from 255 or 31.29% from 147); Max value from RGB is 61 - color contains mainly: red. Hex color #3D282E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3D282E is #C2D7D1. Grayscale: #2E2E2E. Windows color (decimal): -12769234 or 3024957. OLE color: 3024957.

HSL color Cylindrical-coordinate representation of color #3D282E: hue angle of 342.86º 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 #3D282E is Cyan = 0, Magento = 0.34, Yellow = 0.25 and Black (K on CMYK) = 0.76.

Color convert

RGB614046-
CMYK00.340.250.76
HSL342.86º20.79%19.8%-
HSV(B)342.86º34.43%23.92%-
XYZ3.182.712.94-
YUV46.96127.46138.01-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 41.50%
GREEN value IS 40 (16.02% from 255) = 27.21%
BLUE value IS 46 (18.36% from 255) = 31.29%
R=41.50%
G=27.21%
B=31.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.25
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal61404600.340.250.76342.8620.7919.8
Hex3D282E022194C1571514
Octal755056042311145272524
Binary11110110100010111001000101100110011001010101111010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D282E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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