#410836

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

Shades of Blackberry #410836

Tints of Blackberry #410836

Color information

#410836 (or 0x410836) is unknown color: approx Blackberry. HEX triplet: 41, 08 and 36. RGB value is (65,8,54). Sum of RGB (Red+Green+Blue) = 65+8+54=127 (16% of max value = 765). Red value is 65 (25.78% from 255 or 51.18% from 127); Green value is 8 (3.52% from 255 or 6.30% from 127); Blue value is 54 (21.48% from 255 or 42.52% from 127); Max value from RGB is 65 - color contains mainly: red. Hex color #410836 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #410836 is #BEF7C9. Grayscale: #1E1E1E. Windows color (decimal): -12515274 or 3541057. OLE color: 3541057.

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

Color convert

RGB65854-
CMYK00.880.170.75
HSL311.58º78.08%14.31%-
HSV(B)311.58º87.69%25.49%-
XYZ2.931.563.64-
YUV30.29141.38152.76-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 51.18%
GREEN value IS 8 (3.52% from 255) = 6.30%
BLUE value IS 54 (21.48% from 255) = 42.52%
R=51.18%
G=6.30%
B=42.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.17
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6585400.880.170.75311.5878.0814.31
Hex41836058114B1384ee
Octal101106601302111347011616
Binary100000110001101100101100010001100101110011100010011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #410836

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #410836; }

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

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

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

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

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

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

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

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