#1A0511

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

Shades of Blackberry #1A0511

Tints of Blackberry #1A0511

Color information

#1A0511 (or 0x1A0511) is unknown color: approx Blackberry. HEX triplet: 1A, 05 and 11. RGB value is (26,5,17). Sum of RGB (Red+Green+Blue) = 26+5+17=48 (6% of max value = 765). Red value is 26 (10.55% from 255 or 54.17% from 48); Green value is 5 (2.34% from 255 or 10.42% from 48); Blue value is 17 (7.03% from 255 or 35.42% from 48); Max value from RGB is 26 - color contains mainly: red. Hex color #1A0511 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1A0511 is #E5FAEE. Grayscale: #0C0C0C. Windows color (decimal): -15071983 or 1115418. OLE color: 1115418.

HSL color Cylindrical-coordinate representation of color #1A0511: hue angle of 325.71º degrees, saturation: 0.68, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1A0511 is Cyan = 0, Magento = 0.81, Yellow = 0.35 and Black (K on CMYK) = 0.90.

Color convert

RGB26517-
CMYK00.810.350.90
HSL325.71º67.74%6.08%-
HSV(B)325.71º80.77%10.2%-
XYZ0.580.370.57-
YUV12.65130.46137.52-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 54.17%
GREEN value IS 5 (2.34% from 255) = 10.42%
BLUE value IS 17 (7.03% from 255) = 35.42%
R=54.17%
G=10.42%
B=35.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.35
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal2651700.810.350.90325.7167.746.08
Hex1A511051235A146446
Octal325210121431325061046
Binary11010101100010101000110001110110101010001101000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A0511

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1A0511; }

 p { color: rgb(26,5,17); }

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

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

 a { background-color: rgb(26,5,17); }

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

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

 span { border-color: rgb(26,5,17); }

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