#40212B

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

Shades of Castro #40212B

Tints of Castro #40212B

Color information

#40212B (or 0x40212B) is unknown color: approx Castro. HEX triplet: 40, 21 and 2B. RGB value is (64,33,43). Sum of RGB (Red+Green+Blue) = 64+33+43=140 (18% of max value = 765). Red value is 64 (25.39% from 255 or 45.71% from 140); Green value is 33 (13.28% from 255 or 23.57% from 140); Blue value is 43 (17.19% from 255 or 30.71% from 140); Max value from RGB is 64 - color contains mainly: red. Hex color #40212B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #40212B is #BFDED4. Grayscale: #2B2B2B. Windows color (decimal): -12574421 or 2826560. OLE color: 2826560.

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

Color convert

RGB643343-
CMYK00.480.330.75
HSL340.65º31.96%19.02%-
HSV(B)340.65º48.44%25.1%-
XYZ3.092.352.58-
YUV43.41127.77142.69-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 45.71%
GREEN value IS 33 (13.28% from 255) = 23.57%
BLUE value IS 43 (17.19% from 255) = 30.71%
R=45.71%
G=23.57%
B=30.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.33
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64334300.480.330.75340.6531.9619.02
Hex40212B030214B1552013
Octal1004153060411135254023
Binary10000001000011010110110000100001100101110101010110000010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40212B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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