#1A0A13

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

Shades of Blackberry #1A0A13

Tints of Blackberry #1A0A13

Color information

#1A0A13 (or 0x1A0A13) is unknown color: approx Blackberry. HEX triplet: 1A, 0A and 13. RGB value is (26,10,19). Sum of RGB (Red+Green+Blue) = 26+10+19=55 (7% of max value = 765). Red value is 26 (10.55% from 255 or 47.27% from 55); Green value is 10 (4.30% from 255 or 18.18% from 55); Blue value is 19 (7.81% from 255 or 34.55% from 55); Max value from RGB is 26 - color contains mainly: red. Hex color #1A0A13 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1A0A13 is #E5F5EC. Grayscale: #0F0F0F. Windows color (decimal): -15070701 or 1247770. OLE color: 1247770.

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

Color convert

RGB261019-
CMYK00.620.270.90
HSL326.25º44.44%7.06%-
HSV(B)326.25º61.54%10.2%-
XYZ0.650.480.68-
YUV15.81129.8135.27-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 47.27%
GREEN value IS 10 (4.30% from 255) = 18.18%
BLUE value IS 19 (7.81% from 255) = 34.55%
R=47.27%
G=18.18%
B=34.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.27
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal26101900.620.270.90326.2544.447.06
Hex1AA1303E1B5A1462c7
Octal32122307633132506547
Binary110101010100110111110110111011010101000110101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A0A13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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