#40222E

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

Shades of Castro #40222E

Tints of Castro #40222E

Color information

#40222E (or 0x40222E) is unknown color: approx Castro. HEX triplet: 40, 22 and 2E. RGB value is (64,34,46). Sum of RGB (Red+Green+Blue) = 64+34+46=144 (19% of max value = 765). Red value is 64 (25.39% from 255 or 44.44% from 144); Green value is 34 (13.67% from 255 or 23.61% from 144); Blue value is 46 (18.36% from 255 or 31.94% from 144); Max value from RGB is 64 - color contains mainly: red. Hex color #40222E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #40222E is #BFDDD1. Grayscale: #2C2C2C. Windows color (decimal): -12574162 or 3023424. OLE color: 3023424.

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

Color convert

RGB643446-
CMYK00.470.280.75
HSL336º30.61%19.22%-
HSV(B)336º46.88%25.1%-
XYZ3.182.432.89-
YUV44.34128.94142.02-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 44.44%
GREEN value IS 34 (13.67% from 255) = 23.61%
BLUE value IS 46 (18.36% from 255) = 31.94%
R=44.44%
G=23.61%
B=31.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.28
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64344600.470.280.7533630.6119.22
Hex40222E02F1C4B1501f13
Octal1004256057341135203723
Binary100000010001010111001011111110010010111010100001111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40222E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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