#40222B

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

Shades of Castro #40222B

Tints of Castro #40222B

Color information

#40222B (or 0x40222B) is unknown color: approx Castro. HEX triplet: 40, 22 and 2B. RGB value is (64,34,43). Sum of RGB (Red+Green+Blue) = 64+34+43=141 (18% of max value = 765). Red value is 64 (25.39% from 255 or 45.39% from 141); Green value is 34 (13.67% from 255 or 24.11% from 141); Blue value is 43 (17.19% from 255 or 30.50% from 141); Max value from RGB is 64 - color contains mainly: red. Hex color #40222B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #40222B is #BFDDD4. Grayscale: #2B2B2B. Windows color (decimal): -12574165 or 2826816. OLE color: 2826816.

HSL color Cylindrical-coordinate representation of color #40222B: hue angle of 342º degrees, saturation: 0.31, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #40222B is Cyan = 0, Magento = 0.47, Yellow = 0.33 and Black (K on CMYK) = 0.75.

Color convert

RGB643443-
CMYK00.470.330.75
HSL342º30.61%19.22%-
HSV(B)342º46.88%25.1%-
XYZ3.122.412.59-
YUV44127.44142.27-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 45.39%
GREEN value IS 34 (13.67% from 255) = 24.11%
BLUE value IS 43 (17.19% from 255) = 30.50%
R=45.39%
G=24.11%
B=30.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.33
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64344300.470.330.7534230.6119.22
Hex40222B02F214B1561f13
Octal1004253057411135263723
Binary1000000100010101011010111110000110010111010101101111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40222B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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