#411836

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

Shades of Blackberry #411836

Tints of Blackberry #411836

Color information

#411836 (or 0x411836) is unknown color: approx Blackberry. HEX triplet: 41, 18 and 36. RGB value is (65,24,54). Sum of RGB (Red+Green+Blue) = 65+24+54=143 (18% of max value = 765). Red value is 65 (25.78% from 255 or 45.45% from 143); Green value is 24 (9.77% from 255 or 16.78% from 143); Blue value is 54 (21.48% from 255 or 37.76% from 143); Max value from RGB is 65 - color contains mainly: red. Hex color #411836 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #411836 is #BEE7C9. Grayscale: #272727. Windows color (decimal): -12511178 or 3545153. OLE color: 3545153.

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

Color convert

RGB652454-
CMYK00.630.170.75
HSL316.1º46.07%17.45%-
HSV(B)316.1º63.08%25.49%-
XYZ3.172.043.72-
YUV39.68136.08146.06-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 45.45%
GREEN value IS 24 (9.77% from 255) = 16.78%
BLUE value IS 54 (21.48% from 255) = 37.76%
R=45.45%
G=16.78%
B=37.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.17
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65245400.630.170.75316.146.0717.45
Hex41183603F114B13c2e11
Octal1013066077211134745621
Binary100000111000110110011111110001100101110011110010111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #411836

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #411836; }

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

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

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

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

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

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

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

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