#40212C

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

Shades of Castro #40212C

Tints of Castro #40212C

Color information

#40212C (or 0x40212C) is unknown color: approx Castro. HEX triplet: 40, 21 and 2C. RGB value is (64,33,44). Sum of RGB (Red+Green+Blue) = 64+33+44=141 (18% of max value = 765). Red value is 64 (25.39% from 255 or 45.39% from 141); Green value is 33 (13.28% from 255 or 23.40% from 141); Blue value is 44 (17.58% from 255 or 31.21% from 141); Max value from RGB is 64 - color contains mainly: red. Hex color #40212C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #40212C is #BFDED3. Grayscale: #2B2B2B. Windows color (decimal): -12574420 or 2892096. OLE color: 2892096.

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

Color convert

RGB643344-
CMYK00.480.310.75
HSL338.71º31.96%19.02%-
HSV(B)338.71º48.44%25.1%-
XYZ3.112.362.67-
YUV43.52128.27142.61-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 45.39%
GREEN value IS 33 (13.28% from 255) = 23.40%
BLUE value IS 44 (17.58% from 255) = 31.21%
R=45.39%
G=23.40%
B=31.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.31
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64334400.480.310.75338.7131.9619.02
Hex40212C0301F4B1532013
Octal1004154060371135234023
Binary1000000100001101100011000011111100101110101001110000010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40212C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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