#410B2E

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

Shades of Blackberry #410B2E

Tints of Blackberry #410B2E

Color information

#410B2E (or 0x410B2E) is unknown color: approx Blackberry. HEX triplet: 41, 0B and 2E. RGB value is (65,11,46). Sum of RGB (Red+Green+Blue) = 65+11+46=122 (16% of max value = 765). Red value is 65 (25.78% from 255 or 53.28% from 122); Green value is 11 (4.69% from 255 or 9.02% from 122); Blue value is 46 (18.36% from 255 or 37.70% from 122); Max value from RGB is 65 - color contains mainly: red. Hex color #410B2E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #410B2E is #BEF4D1. Grayscale: #1F1F1F. Windows color (decimal): -12514514 or 3017537. OLE color: 3017537.

HSL color Cylindrical-coordinate representation of color #410B2E: hue angle of 321.11º 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 #410B2E is Cyan = 0, Magento = 0.83, Yellow = 0.29 and Black (K on CMYK) = 0.75.

Color convert

RGB651146-
CMYK00.830.290.75
HSL321.11º71.05%14.9%-
HSV(B)321.11º83.08%25.49%-
XYZ2.791.562.74-
YUV31.14136.39152.15-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 53.28%
GREEN value IS 11 (4.69% from 255) = 9.02%
BLUE value IS 46 (18.36% from 255) = 37.70%
R=53.28%
G=9.02%
B=37.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.29
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65114600.830.290.75321.1171.0514.9
Hex41B2E0531D4B14147f
Octal101135601233511350110717
Binary100000110111011100101001111101100101110100000110001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #410B2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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