#40222C

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

Shades of Castro #40222C

Tints of Castro #40222C

Color information

#40222C (or 0x40222C) is unknown color: approx Castro. HEX triplet: 40, 22 and 2C. RGB value is (64,34,44). Sum of RGB (Red+Green+Blue) = 64+34+44=142 (18% of max value = 765). Red value is 64 (25.39% from 255 or 45.07% from 142); Green value is 34 (13.67% from 255 or 23.94% from 142); Blue value is 44 (17.58% from 255 or 30.99% from 142); Max value from RGB is 64 - color contains mainly: red. Hex color #40222C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #40222C is #BFDDD3. Grayscale: #2C2C2C. Windows color (decimal): -12574164 or 2892352. OLE color: 2892352.

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

Color convert

RGB643444-
CMYK00.470.310.75
HSL340º30.61%19.22%-
HSV(B)340º46.88%25.1%-
XYZ3.142.422.68-
YUV44.11127.94142.19-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 45.07%
GREEN value IS 34 (13.67% from 255) = 23.94%
BLUE value IS 44 (17.58% from 255) = 30.99%
R=45.07%
G=23.94%
B=30.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.31
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64344400.470.310.7534030.6119.22
Hex40222C02F1F4B1541f13
Octal1004254057371135243723
Binary100000010001010110001011111111110010111010101001111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40222C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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