#1A0913

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

Shades of Blackberry #1A0913

Tints of Blackberry #1A0913

Color information

#1A0913 (or 0x1A0913) is unknown color: approx Blackberry. HEX triplet: 1A, 09 and 13. RGB value is (26,9,19). Sum of RGB (Red+Green+Blue) = 26+9+19=54 (7% of max value = 765). Red value is 26 (10.55% from 255 or 48.15% from 54); Green value is 9 (3.91% from 255 or 16.67% from 54); Blue value is 19 (7.81% from 255 or 35.19% from 54); Max value from RGB is 26 - color contains mainly: red. Hex color #1A0913 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1A0913 is #E5F6EC. Grayscale: #0F0F0F. Windows color (decimal): -15070957 or 1247514. OLE color: 1247514.

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

Color convert

RGB26919-
CMYK00.650.270.90
HSL324.71º48.57%6.86%-
HSV(B)324.71º65.38%10.2%-
XYZ0.640.460.67-
YUV15.22130.13135.69-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 48.15%
GREEN value IS 9 (3.91% from 255) = 16.67%
BLUE value IS 19 (7.81% from 255) = 35.19%
R=48.15%
G=16.67%
B=35.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.27
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal2691900.650.270.90324.7148.576.86
Hex1A9130411B5A145317
Octal321123010133132505617
Binary1101010011001101000001110111011010101000101110001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A0913

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,9,19); }

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

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

 a { background-color: rgb(26,9,19); }

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

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

 span { border-color: rgb(26,9,19); }

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