#412630

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

Shades of Castro #412630

Tints of Castro #412630

Color information

#412630 (or 0x412630) is unknown color: approx Castro. HEX triplet: 41, 26 and 30. RGB value is (65,38,48). Sum of RGB (Red+Green+Blue) = 65+38+48=151 (20% of max value = 765). Red value is 65 (25.78% from 255 or 43.05% from 151); Green value is 38 (15.23% from 255 or 25.17% from 151); Blue value is 48 (19.14% from 255 or 31.79% from 151); Max value from RGB is 65 - color contains mainly: red. Hex color #412630 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #412630 is #BED9CF. Grayscale: #2F2F2F. Windows color (decimal): -12507600 or 3155521. OLE color: 3155521.

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

Color convert

RGB653848-
CMYK00.420.260.75
HSL337.78º26.21%20.2%-
HSV(B)337.78º41.54%25.49%-
XYZ3.412.723.14-
YUV47.21128.45140.69-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 43.05%
GREEN value IS 38 (15.23% from 255) = 25.17%
BLUE value IS 48 (19.14% from 255) = 31.79%
R=43.05%
G=25.17%
B=31.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.26
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65384800.420.260.75337.7826.2120.2
Hex41263002A1A4B1521a14
Octal1014660052321135223224
Binary100000110011011000001010101101010010111010100101101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #412630

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #412630; }

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

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

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

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

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

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

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

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