#1A0011

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

Shades of Blackberry #1A0011

Tints of Blackberry #1A0011

Color information

#1A0011 (or 0x1A0011) is unknown color: approx Blackberry. HEX triplet: 1A, 00 and 11. RGB value is (26,0,17). Sum of RGB (Red+Green+Blue) = 26+0+17=43 (5% of max value = 765). Red value is 26 (10.55% from 255 or 60.47% from 43); Green value is 0 (0.39% from 255 or 0% from 43); Blue value is 17 (7.03% from 255 or 39.53% from 43); Max value from RGB is 26 - color contains mainly: red. Hex color #1A0011 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1A0011 is #E5FFEE. Grayscale: #090909. Windows color (decimal): -15073263 or 1114138. OLE color: 1114138.

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

Color convert

RGB26017-
CMYK010.350.90
HSL320.77º100%5.1%-
HSV(B)320.77º100%10.2%-
XYZ0.530.260.55-
YUV9.71132.11139.62-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 60.47%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 17 (7.03% from 255) = 39.53%
R=60.47%
G=0%
B=39.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.35
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal26017010.350.90320.771005.1
Hex1A011064235A141645
Octal320210144431325011445
Binary110100100010110010010001110110101010000011100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A0011

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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