#40212E

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

Shades of Castro #40212E

Tints of Castro #40212E

Color information

#40212E (or 0x40212E) is unknown color: approx Castro. HEX triplet: 40, 21 and 2E. RGB value is (64,33,46). Sum of RGB (Red+Green+Blue) = 64+33+46=143 (18% of max value = 765). Red value is 64 (25.39% from 255 or 44.76% from 143); Green value is 33 (13.28% from 255 or 23.08% from 143); Blue value is 46 (18.36% from 255 or 32.17% from 143); Max value from RGB is 64 - color contains mainly: red. Hex color #40212E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #40212E is #BFDED1. Grayscale: #2B2B2B. Windows color (decimal): -12574418 or 3023168. OLE color: 3023168.

HSL color Cylindrical-coordinate representation of color #40212E: hue angle of 334.84º 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 #40212E is Cyan = 0, Magento = 0.48, Yellow = 0.28 and Black (K on CMYK) = 0.75.

Color convert

RGB643346-
CMYK00.480.280.75
HSL334.84º31.96%19.02%-
HSV(B)334.84º48.44%25.1%-
XYZ3.152.372.88-
YUV43.75129.27142.44-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 44.76%
GREEN value IS 33 (13.28% from 255) = 23.08%
BLUE value IS 46 (18.36% from 255) = 32.17%
R=44.76%
G=23.08%
B=32.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.28
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64334600.480.280.75334.8431.9619.02
Hex40212E0301C4B14f2013
Octal1004156060341135174023
Binary1000000100001101110011000011100100101110100111110000010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40212E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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