#41212D

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

Shades of Castro #41212D

Tints of Castro #41212D

Color information

#41212D (or 0x41212D) is unknown color: approx Castro. HEX triplet: 41, 21 and 2D. RGB value is (65,33,45). Sum of RGB (Red+Green+Blue) = 65+33+45=143 (18% of max value = 765). Red value is 65 (25.78% from 255 or 45.45% from 143); Green value is 33 (13.28% from 255 or 23.08% from 143); Blue value is 45 (17.97% from 255 or 31.47% from 143); Max value from RGB is 65 - color contains mainly: red. Hex color #41212D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #41212D is #BEDED2. Grayscale: #2B2B2B. Windows color (decimal): -12508883 or 2957633. OLE color: 2957633.

HSL color Cylindrical-coordinate representation of color #41212D: hue angle of 337.5º 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 #41212D is Cyan = 0, Magento = 0.49, Yellow = 0.31 and Black (K on CMYK) = 0.75.

Color convert

RGB653345-
CMYK00.490.310.75
HSL337.5º32.65%19.22%-
HSV(B)337.5º49.23%25.49%-
XYZ3.22.42.78-
YUV43.94128.6143.02-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 45.45%
GREEN value IS 33 (13.28% from 255) = 23.08%
BLUE value IS 45 (17.97% from 255) = 31.47%
R=45.45%
G=23.08%
B=31.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.31
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65334500.490.310.75337.532.6519.22
Hex41212D0311F4B1522113
Octal1014155061371135224123
Binary1000001100001101101011000111111100101110101001010000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41212D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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