#411735

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

Shades of Blackberry #411735

Tints of Blackberry #411735

Color information

#411735 (or 0x411735) is unknown color: approx Blackberry. HEX triplet: 41, 17 and 35. RGB value is (65,23,53). Sum of RGB (Red+Green+Blue) = 65+23+53=141 (18% of max value = 765). Red value is 65 (25.78% from 255 or 46.10% from 141); Green value is 23 (9.38% from 255 or 16.31% from 141); Blue value is 53 (21.09% from 255 or 37.59% from 141); Max value from RGB is 65 - color contains mainly: red. Hex color #411735 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #411735 is #BEE8CA. Grayscale: #262626. Windows color (decimal): -12511435 or 3479361. OLE color: 3479361.

HSL color Cylindrical-coordinate representation of color #411735: hue angle of 317.14º 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 #411735 is Cyan = 0, Magento = 0.65, Yellow = 0.18 and Black (K on CMYK) = 0.75.

Color convert

RGB652353-
CMYK00.650.180.75
HSL317.14º47.73%17.25%-
HSV(B)317.14º64.62%25.49%-
XYZ3.131.993.59-
YUV38.98135.91146.56-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 46.10%
GREEN value IS 23 (9.38% from 255) = 16.31%
BLUE value IS 53 (21.09% from 255) = 37.59%
R=46.10%
G=16.31%
B=37.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.18
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65235300.650.180.75317.1447.7317.25
Hex411735041124B13d3011
Octal10127650101221134756021
Binary1000001101111101010100000110010100101110011110111000010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #411735

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #411735; }

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

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

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

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

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

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

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

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