#410B2D

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

Shades of Blackberry #410B2D

Tints of Blackberry #410B2D

Color information

#410B2D (or 0x410B2D) is unknown color: approx Blackberry. HEX triplet: 41, 0B and 2D. RGB value is (65,11,45). Sum of RGB (Red+Green+Blue) = 65+11+45=121 (16% of max value = 765). Red value is 65 (25.78% from 255 or 53.72% from 121); Green value is 11 (4.69% from 255 or 9.09% from 121); Blue value is 45 (17.97% from 255 or 37.19% from 121); Max value from RGB is 65 - color contains mainly: red. Hex color #410B2D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #410B2D is #BEF4D2. Grayscale: #1E1E1E. Windows color (decimal): -12514515 or 2952001. OLE color: 2952001.

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

Color convert

RGB651145-
CMYK00.830.310.75
HSL322.22º71.05%14.9%-
HSV(B)322.22º83.08%25.49%-
XYZ2.771.552.64-
YUV31.02135.89152.24-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 53.72%
GREEN value IS 11 (4.69% from 255) = 9.09%
BLUE value IS 45 (17.97% from 255) = 37.19%
R=53.72%
G=9.09%
B=37.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.31
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65114500.830.310.75322.2271.0514.9
Hex41B2D0531F4B14247f
Octal101135501233711350210717
Binary100000110111011010101001111111100101110100001010001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #410B2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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