#41212E

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

Shades of Castro #41212E

Tints of Castro #41212E

Color information

#41212E (or 0x41212E) is unknown color: approx Castro. HEX triplet: 41, 21 and 2E. RGB value is (65,33,46). Sum of RGB (Red+Green+Blue) = 65+33+46=144 (19% of max value = 765). Red value is 65 (25.78% from 255 or 45.14% from 144); Green value is 33 (13.28% from 255 or 22.92% from 144); Blue value is 46 (18.36% from 255 or 31.94% from 144); Max value from RGB is 65 - color contains mainly: red. Hex color #41212E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #41212E is #BEDED1. Grayscale: #2C2C2C. Windows color (decimal): -12508882 or 3023169. OLE color: 3023169.

HSL color Cylindrical-coordinate representation of color #41212E: hue angle of 335.62º degrees, saturation: 0.33, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #41212E is Cyan = 0, Magento = 0.49, Yellow = 0.29 and Black (K on CMYK) = 0.75.

Color convert

RGB653346-
CMYK00.490.290.75
HSL335.62º32.65%19.22%-
HSV(B)335.62º49.23%25.49%-
XYZ3.222.412.88-
YUV44.05129.1142.94-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 45.14%
GREEN value IS 33 (13.28% from 255) = 22.92%
BLUE value IS 46 (18.36% from 255) = 31.94%
R=45.14%
G=22.92%
B=31.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.29
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65334600.490.290.75335.6232.6519.22
Hex41212E0311D4B1502113
Octal1014156061351135204123
Binary1000001100001101110011000111101100101110101000010000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41212E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(65,33,46); }

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

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

 a { background-color: rgb(65,33,46); }

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

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

 span { border-color: rgb(65,33,46); }

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