#411831

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

Shades of Blackberry #411831

Tints of Blackberry #411831

Color information

#411831 (or 0x411831) is unknown color: approx Blackberry. HEX triplet: 41, 18 and 31. RGB value is (65,24,49). Sum of RGB (Red+Green+Blue) = 65+24+49=138 (18% of max value = 765). Red value is 65 (25.78% from 255 or 47.10% from 138); Green value is 24 (9.77% from 255 or 17.39% from 138); Blue value is 49 (19.53% from 255 or 35.51% from 138); Max value from RGB is 65 - color contains mainly: red. Hex color #411831 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #411831 is #BEE7CE. Grayscale: #272727. Windows color (decimal): -12511183 or 3217473. OLE color: 3217473.

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

Color convert

RGB652449-
CMYK00.630.250.75
HSL323.41º46.07%17.45%-
HSV(B)323.41º63.08%25.49%-
XYZ3.0623.13-
YUV39.11133.58146.47-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 47.10%
GREEN value IS 24 (9.77% from 255) = 17.39%
BLUE value IS 49 (19.53% from 255) = 35.51%
R=47.10%
G=17.39%
B=35.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.25
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65244900.630.250.75323.4146.0717.45
Hex41183103F194B1432e11
Octal1013061077311135035621
Binary100000111000110001011111111001100101110100001110111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #411831

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #411831; }

 p { color: rgb(65,24,49); }

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

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

 a { background-color: rgb(65,24,49); }

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

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

 span { border-color: rgb(65,24,49); }

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