#1A0510

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

Shades of Blackberry #1A0510

Tints of Blackberry #1A0510

Color information

#1A0510 (or 0x1A0510) is unknown color: approx Blackberry. HEX triplet: 1A, 05 and 10. RGB value is (26,5,16). Sum of RGB (Red+Green+Blue) = 26+5+16=47 (6% of max value = 765). Red value is 26 (10.55% from 255 or 55.32% from 47); Green value is 5 (2.34% from 255 or 10.64% from 47); Blue value is 16 (6.64% from 255 or 34.04% from 47); Max value from RGB is 26 - color contains mainly: red. Hex color #1A0510 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1A0510 is #E5FAEF. Grayscale: #0C0C0C. Windows color (decimal): -15071984 or 1049882. OLE color: 1049882.

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

Color convert

RGB26516-
CMYK00.810.380.90
HSL328.57º67.74%6.08%-
HSV(B)328.57º80.77%10.2%-
XYZ0.570.370.53-
YUV12.53129.96137.61-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 55.32%
GREEN value IS 5 (2.34% from 255) = 10.64%
BLUE value IS 16 (6.64% from 255) = 34.04%
R=55.32%
G=10.64%
B=34.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.38
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal2651600.810.380.90328.5767.746.08
Hex1A510051265A149446
Octal325200121461325111046
Binary11010101100000101000110011010110101010010011000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A0510

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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