#41222F

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

Shades of Castro #41222F

Tints of Castro #41222F

Color information

#41222F (or 0x41222F) is unknown color: approx Castro. HEX triplet: 41, 22 and 2F. RGB value is (65,34,47). Sum of RGB (Red+Green+Blue) = 65+34+47=146 (19% of max value = 765). Red value is 65 (25.78% from 255 or 44.52% from 146); Green value is 34 (13.67% from 255 or 23.29% from 146); Blue value is 47 (18.75% from 255 or 32.19% from 146); Max value from RGB is 65 - color contains mainly: red. Hex color #41222F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #41222F is #BEDDD0. Grayscale: #2C2C2C. Windows color (decimal): -12508625 or 3088961. OLE color: 3088961.

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

Color convert

RGB653447-
CMYK00.480.280.75
HSL334.84º31.31%19.41%-
HSV(B)334.84º47.69%25.49%-
XYZ3.272.472.99-
YUV44.75129.27142.44-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 44.52%
GREEN value IS 34 (13.67% from 255) = 23.29%
BLUE value IS 47 (18.75% from 255) = 32.19%
R=44.52%
G=23.29%
B=32.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.28
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65344700.480.280.75334.8431.3119.41
Hex41222F0301C4B14f1f13
Octal1014257060341135173723
Binary100000110001010111101100001110010010111010011111111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41222F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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