#412730

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

Shades of Castro #412730

Tints of Castro #412730

Color information

#412730 (or 0x412730) is unknown color: approx Castro. HEX triplet: 41, 27 and 30. RGB value is (65,39,48). Sum of RGB (Red+Green+Blue) = 65+39+48=152 (20% of max value = 765). Red value is 65 (25.78% from 255 or 42.76% from 152); Green value is 39 (15.62% from 255 or 25.66% from 152); Blue value is 48 (19.14% from 255 or 31.58% from 152); Max value from RGB is 65 - color contains mainly: red. Hex color #412730 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #412730 is #BED8CF. Grayscale: #2F2F2F. Windows color (decimal): -12507344 or 3155777. OLE color: 3155777.

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

Color convert

RGB653948-
CMYK00.400.260.75
HSL339.23º25%20.39%-
HSV(B)339.23º40%25.49%-
XYZ3.442.793.15-
YUV47.8128.11140.27-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 42.76%
GREEN value IS 39 (15.62% from 255) = 25.66%
BLUE value IS 48 (19.14% from 255) = 31.58%
R=42.76%
G=25.66%
B=31.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.26
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65394800.400.260.75339.232520.39
Hex4127300281A4B1531914
Octal1014760050321135233124
Binary100000110011111000001010001101010010111010100111100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #412730

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #412730; }

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

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

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

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

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

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

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

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