#1A1015

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

Shades of Blackberry #1A1015

Tints of Blackberry #1A1015

Color information

#1A1015 (or 0x1A1015) is unknown color: approx Blackberry. HEX triplet: 1A, 10 and 15. RGB value is (26,16,21). Sum of RGB (Red+Green+Blue) = 26+16+21=63 (8% of max value = 765). Red value is 26 (10.55% from 255 or 41.27% from 63); Green value is 16 (6.64% from 255 or 25.40% from 63); Blue value is 21 (8.59% from 255 or 33.33% from 63); Max value from RGB is 26 - color contains mainly: red. Hex color #1A1015 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1A1015 is #E5EFEA. Grayscale: #131313. Windows color (decimal): -15069163 or 1380378. OLE color: 1380378.

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

Color convert

RGB261621-
CMYK00.380.190.90
HSL330º23.81%8.24%-
HSV(B)330º38.46%10.2%-
XYZ0.750.640.79-
YUV19.56128.81132.59-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 41.27%
GREEN value IS 16 (6.64% from 255) = 25.40%
BLUE value IS 21 (8.59% from 255) = 33.33%
R=41.27%
G=25.40%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.19
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal26162100.380.190.9033023.818.24
Hex1A1015026135A14a188
Octal322025046231325123010
Binary1101010000101010100110100111011010101001010110001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A1015

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,16,21); }

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

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

 a { background-color: rgb(26,16,21); }

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

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

 span { border-color: rgb(26,16,21); }

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