#41222B

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

Shades of Castro #41222B

Tints of Castro #41222B

Color information

#41222B (or 0x41222B) is unknown color: approx Castro. HEX triplet: 41, 22 and 2B. RGB value is (65,34,43). Sum of RGB (Red+Green+Blue) = 65+34+43=142 (18% of max value = 765). Red value is 65 (25.78% from 255 or 45.77% from 142); Green value is 34 (13.67% from 255 or 23.94% from 142); Blue value is 43 (17.19% from 255 or 30.28% from 142); Max value from RGB is 65 - color contains mainly: red. Hex color #41222B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #41222B is #BEDDD4. Grayscale: #2C2C2C. Windows color (decimal): -12508629 or 2826817. OLE color: 2826817.

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

Color convert

RGB653443-
CMYK00.480.340.75
HSL342.58º31.31%19.41%-
HSV(B)342.58º47.69%25.49%-
XYZ3.192.442.59-
YUV44.3127.27142.77-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 45.77%
GREEN value IS 34 (13.67% from 255) = 23.94%
BLUE value IS 43 (17.19% from 255) = 30.28%
R=45.77%
G=23.94%
B=30.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.34
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65344300.480.340.75342.5831.3119.41
Hex41222B030224B1571f13
Octal1014253060421135273723
Binary1000001100010101011011000010001010010111010101111111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41222B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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