#41212B

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

Shades of Castro #41212B

Tints of Castro #41212B

Color information

#41212B (or 0x41212B) is unknown color: approx Castro. HEX triplet: 41, 21 and 2B. RGB value is (65,33,43). Sum of RGB (Red+Green+Blue) = 65+33+43=141 (18% of max value = 765). Red value is 65 (25.78% from 255 or 46.10% from 141); Green value is 33 (13.28% from 255 or 23.40% from 141); Blue value is 43 (17.19% from 255 or 30.50% from 141); Max value from RGB is 65 - color contains mainly: red. Hex color #41212B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #41212B is #BEDED4. Grayscale: #2B2B2B. Windows color (decimal): -12508885 or 2826561. OLE color: 2826561.

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

Color convert

RGB653343-
CMYK00.490.340.75
HSL341.25º32.65%19.22%-
HSV(B)341.25º49.23%25.49%-
XYZ3.162.392.58-
YUV43.71127.6143.19-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 46.10%
GREEN value IS 33 (13.28% from 255) = 23.40%
BLUE value IS 43 (17.19% from 255) = 30.50%
R=46.10%
G=23.40%
B=30.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.34
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65334300.490.340.75341.2532.6519.22
Hex41212B031224B1552113
Octal1014153061421135254123
Binary10000011000011010110110001100010100101110101010110000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41212B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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