#1A0012

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

Shades of Blackberry #1A0012

Tints of Blackberry #1A0012

Color information

#1A0012 (or 0x1A0012) is unknown color: approx Blackberry. HEX triplet: 1A, 00 and 12. RGB value is (26,0,18). Sum of RGB (Red+Green+Blue) = 26+0+18=44 (5% of max value = 765). Red value is 26 (10.55% from 255 or 59.09% from 44); Green value is 0 (0.39% from 255 or 0% from 44); Blue value is 18 (7.42% from 255 or 40.91% from 44); Max value from RGB is 26 - color contains mainly: red. Hex color #1A0012 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1A0012 is #E5FFED. Grayscale: #090909. Windows color (decimal): -15073262 or 1179674. OLE color: 1179674.

HSL color Cylindrical-coordinate representation of color #1A0012: hue angle of 318.46º 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 #1A0012 is Cyan = 0, Magento = 1, Yellow = 0.31 and Black (K on CMYK) = 0.90.

Color convert

RGB26018-
CMYK010.310.90
HSL318.46º100%5.1%-
HSV(B)318.46º100%10.2%-
XYZ0.540.260.59-
YUV9.83132.61139.54-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 59.09%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 18 (7.42% from 255) = 40.91%
R=59.09%
G=0%
B=40.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.31
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal26018010.310.90318.461005.1
Hex1A0120641F5A13e645
Octal320220144371324761445
Binary11010010010011001001111110110101001111101100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A0012

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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