#1A0711

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

Shades of Blackberry #1A0711

Tints of Blackberry #1A0711

Color information

#1A0711 (or 0x1A0711) is unknown color: approx Blackberry. HEX triplet: 1A, 07 and 11. RGB value is (26,7,17). Sum of RGB (Red+Green+Blue) = 26+7+17=50 (6% of max value = 765). Red value is 26 (10.55% from 255 or 52% from 50); Green value is 7 (3.12% from 255 or 14% from 50); Blue value is 17 (7.03% from 255 or 34% from 50); Max value from RGB is 26 - color contains mainly: red. Hex color #1A0711 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1A0711 is #E5F8EE. Grayscale: #0D0D0D. Windows color (decimal): -15071471 or 1115930. OLE color: 1115930.

HSL color Cylindrical-coordinate representation of color #1A0711: hue angle of 328.42º degrees, saturation: 0.58, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #1A0711 is Cyan = 0, Magento = 0.73, Yellow = 0.35 and Black (K on CMYK) = 0.90.

Color convert

RGB26717-
CMYK00.730.350.90
HSL328.42º57.58%6.47%-
HSV(B)328.42º73.08%10.2%-
XYZ0.60.410.58-
YUV13.82129.79136.69-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 52%
GREEN value IS 7 (3.12% from 255) = 14%
BLUE value IS 17 (7.03% from 255) = 34%
R=52%
G=14%
B=34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.35
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal2671700.730.350.90328.4257.586.47
Hex1A711049235A1483a6
Octal32721011143132510726
Binary1101011110001010010011000111011010101001000111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A0711

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,7,17); }

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

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

 a { background-color: rgb(26,7,17); }

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

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

 span { border-color: rgb(26,7,17); }

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