#412930

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

Shades of Castro #412930

Tints of Castro #412930

Color information

#412930 (or 0x412930) is unknown color: approx Castro. HEX triplet: 41, 29 and 30. RGB value is (65,41,48). Sum of RGB (Red+Green+Blue) = 65+41+48=154 (20% of max value = 765). Red value is 65 (25.78% from 255 or 42.21% from 154); Green value is 41 (16.41% from 255 or 26.62% from 154); Blue value is 48 (19.14% from 255 or 31.17% from 154); Max value from RGB is 65 - color contains mainly: red. Hex color #412930 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #412930 is #BED6CF. Grayscale: #303030. Windows color (decimal): -12506832 or 3156289. OLE color: 3156289.

HSL color Cylindrical-coordinate representation of color #412930: hue angle of 342.5º degrees, saturation: 0.23, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #412930 is Cyan = 0, Magento = 0.37, Yellow = 0.26 and Black (K on CMYK) = 0.75.

Color convert

RGB654148-
CMYK00.370.260.75
HSL342.5º22.64%20.78%-
HSV(B)342.5º36.92%25.49%-
XYZ3.512.923.18-
YUV48.97127.45139.43-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 42.21%
GREEN value IS 41 (16.41% from 255) = 26.62%
BLUE value IS 48 (19.14% from 255) = 31.17%
R=42.21%
G=26.62%
B=31.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.26
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65414800.370.260.75342.522.6420.78
Hex4129300251A4B1561715
Octal1015160045321135262725
Binary100000110100111000001001011101010010111010101101011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #412930

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #412930; }

 p { color: rgb(65,41,48); }

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

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

 a { background-color: rgb(65,41,48); }

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

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

 span { border-color: rgb(65,41,48); }

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