#410B2A

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

Shades of Blackberry #410B2A

Tints of Blackberry #410B2A

Color information

#410B2A (or 0x410B2A) is unknown color: approx Blackberry. HEX triplet: 41, 0B and 2A. RGB value is (65,11,42). Sum of RGB (Red+Green+Blue) = 65+11+42=118 (15% of max value = 765). Red value is 65 (25.78% from 255 or 55.08% from 118); Green value is 11 (4.69% from 255 or 9.32% from 118); Blue value is 42 (16.80% from 255 or 35.59% from 118); Max value from RGB is 65 - color contains mainly: red. Hex color #410B2A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #410B2A is #BEF4D5. Grayscale: #1E1E1E. Windows color (decimal): -12514518 or 2755393. OLE color: 2755393.

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

Color convert

RGB651142-
CMYK00.830.350.75
HSL325.56º71.05%14.9%-
HSV(B)325.56º83.08%25.49%-
XYZ2.721.532.34-
YUV30.68134.39152.48-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 55.08%
GREEN value IS 11 (4.69% from 255) = 9.32%
BLUE value IS 42 (16.80% from 255) = 35.59%
R=55.08%
G=9.32%
B=35.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.35
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65114200.830.350.75325.5671.0514.9
Hex41B2A053234B14647f
Octal101135201234311350610717
Binary1000001101110101001010011100011100101110100011010001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #410B2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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