#410B28

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

Shades of Blackberry #410B28

Tints of Blackberry #410B28

Color information

#410B28 (or 0x410B28) is unknown color: approx Blackberry. HEX triplet: 41, 0B and 28. RGB value is (65,11,40). Sum of RGB (Red+Green+Blue) = 65+11+40=116 (15% of max value = 765). Red value is 65 (25.78% from 255 or 56.03% from 116); Green value is 11 (4.69% from 255 or 9.48% from 116); Blue value is 40 (16.02% from 255 or 34.48% from 116); Max value from RGB is 65 - color contains mainly: red. Hex color #410B28 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #410B28 is #BEF4D7. Grayscale: #1E1E1E. Windows color (decimal): -12514520 or 2624321. OLE color: 2624321.

HSL color Cylindrical-coordinate representation of color #410B28: hue angle of 327.78º degrees, saturation: 0.71, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #410B28 is Cyan = 0, Magento = 0.83, Yellow = 0.38 and Black (K on CMYK) = 0.75.

Color convert

RGB651140-
CMYK00.830.380.75
HSL327.78º71.05%14.9%-
HSV(B)327.78º83.08%25.49%-
XYZ2.681.522.16-
YUV30.45133.39152.64-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 56.03%
GREEN value IS 11 (4.69% from 255) = 9.48%
BLUE value IS 40 (16.02% from 255) = 34.48%
R=56.03%
G=9.48%
B=34.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.38
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65114000.830.380.75327.7871.0514.9
Hex41B28053264B14847f
Octal101135001234611351010717
Binary1000001101110100001010011100110100101110100100010001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #410B28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #410B28; }

 p { color: rgb(65,11,40); }

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

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

 a { background-color: rgb(65,11,40); }

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

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

 span { border-color: rgb(65,11,40); }

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