#1A0512

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

Shades of Blackberry #1A0512

Tints of Blackberry #1A0512

Color information

#1A0512 (or 0x1A0512) is unknown color: approx Blackberry. HEX triplet: 1A, 05 and 12. RGB value is (26,5,18). Sum of RGB (Red+Green+Blue) = 26+5+18=49 (6% of max value = 765). Red value is 26 (10.55% from 255 or 53.06% from 49); Green value is 5 (2.34% from 255 or 10.20% from 49); Blue value is 18 (7.42% from 255 or 36.73% from 49); Max value from RGB is 26 - color contains mainly: red. Hex color #1A0512 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1A0512 is #E5FAED. Grayscale: #0C0C0C. Windows color (decimal): -15071982 or 1180954. OLE color: 1180954.

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

Color convert

RGB26518-
CMYK00.810.310.90
HSL322.86º67.74%6.08%-
HSV(B)322.86º80.77%10.2%-
XYZ0.590.370.61-
YUV12.76130.96137.44-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 53.06%
GREEN value IS 5 (2.34% from 255) = 10.20%
BLUE value IS 18 (7.42% from 255) = 36.73%
R=53.06%
G=10.20%
B=36.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.31
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal2651800.810.310.90322.8667.746.08
Hex1A5120511F5A143446
Octal325220121371325031046
Binary1101010110010010100011111110110101010000111000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A0512

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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