#40212D

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

Shades of Castro #40212D

Tints of Castro #40212D

Color information

#40212D (or 0x40212D) is unknown color: approx Castro. HEX triplet: 40, 21 and 2D. RGB value is (64,33,45). Sum of RGB (Red+Green+Blue) = 64+33+45=142 (18% of max value = 765). Red value is 64 (25.39% from 255 or 45.07% from 142); Green value is 33 (13.28% from 255 or 23.24% from 142); Blue value is 45 (17.97% from 255 or 31.69% from 142); Max value from RGB is 64 - color contains mainly: red. Hex color #40212D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #40212D is #BFDED2. Grayscale: #2B2B2B. Windows color (decimal): -12574419 or 2957632. OLE color: 2957632.

HSL color Cylindrical-coordinate representation of color #40212D: hue angle of 336.77º degrees, saturation: 0.32, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #40212D is Cyan = 0, Magento = 0.48, Yellow = 0.30 and Black (K on CMYK) = 0.75.

Color convert

RGB643345-
CMYK00.480.300.75
HSL336.77º31.96%19.02%-
HSV(B)336.77º48.44%25.1%-
XYZ3.132.372.77-
YUV43.64128.77142.52-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 45.07%
GREEN value IS 33 (13.28% from 255) = 23.24%
BLUE value IS 45 (17.97% from 255) = 31.69%
R=45.07%
G=23.24%
B=31.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.30
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64334500.480.300.75336.7731.9619.02
Hex40212D0301E4B1512013
Octal1004155060361135214023
Binary1000000100001101101011000011110100101110101000110000010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40212D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #40212D; }

 p { color: rgb(64,33,45); }

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

<style>
 a { background-color: #40212D; }

 a { background-color: rgb(64,33,45); }

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

<style>
 span { border-color: #40212D; }

 span { border-color: rgb(64,33,45); }

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