#41222C

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

Shades of Castro #41222C

Tints of Castro #41222C

Color information

#41222C (or 0x41222C) is unknown color: approx Castro. HEX triplet: 41, 22 and 2C. RGB value is (65,34,44). Sum of RGB (Red+Green+Blue) = 65+34+44=143 (18% of max value = 765). Red value is 65 (25.78% from 255 or 45.45% from 143); Green value is 34 (13.67% from 255 or 23.78% from 143); Blue value is 44 (17.58% from 255 or 30.77% from 143); Max value from RGB is 65 - color contains mainly: red. Hex color #41222C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #41222C is #BEDDD3. Grayscale: #2C2C2C. Windows color (decimal): -12508628 or 2892353. OLE color: 2892353.

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

Color convert

RGB653444-
CMYK00.480.320.75
HSL340.65º31.31%19.41%-
HSV(B)340.65º47.69%25.49%-
XYZ3.212.452.69-
YUV44.41127.77142.69-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 45.45%
GREEN value IS 34 (13.67% from 255) = 23.78%
BLUE value IS 44 (17.58% from 255) = 30.77%
R=45.45%
G=23.78%
B=30.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.32
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65344400.480.320.75340.6531.3119.41
Hex41222C030204B1551f13
Octal1014254060401135253723
Binary1000001100010101100011000010000010010111010101011111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41222C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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