#411730

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

Shades of Blackberry #411730

Tints of Blackberry #411730

Color information

#411730 (or 0x411730) is unknown color: approx Blackberry. HEX triplet: 41, 17 and 30. RGB value is (65,23,48). Sum of RGB (Red+Green+Blue) = 65+23+48=136 (18% of max value = 765). Red value is 65 (25.78% from 255 or 47.79% from 136); Green value is 23 (9.38% from 255 or 16.91% from 136); Blue value is 48 (19.14% from 255 or 35.29% from 136); Max value from RGB is 65 - color contains mainly: red. Hex color #411730 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #411730 is #BEE8CF. Grayscale: #262626. Windows color (decimal): -12511440 or 3151681. OLE color: 3151681.

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

Color convert

RGB652348-
CMYK00.650.260.75
HSL324.29º47.73%17.25%-
HSV(B)324.29º64.62%25.49%-
XYZ3.021.953.01-
YUV38.41133.41146.97-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 47.79%
GREEN value IS 23 (9.38% from 255) = 16.91%
BLUE value IS 48 (19.14% from 255) = 35.29%
R=47.79%
G=16.91%
B=35.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.26
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65234800.650.260.75324.2947.7317.25
Hex4117300411A4B1443011
Octal10127600101321135046021
Binary1000001101111100000100000111010100101110100010011000010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #411730

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #411730; }

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

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

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

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

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

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

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

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