#1B0111

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

Shades of Blackberry #1B0111

Tints of Blackberry #1B0111

Color information

#1B0111 (or 0x1B0111) is unknown color: approx Blackberry. HEX triplet: 1B, 01 and 11. RGB value is (27,1,17). Sum of RGB (Red+Green+Blue) = 27+1+17=45 (5% of max value = 765). Red value is 27 (10.94% from 255 or 60% from 45); Green value is 1 (0.78% from 255 or 2.22% from 45); Blue value is 17 (7.03% from 255 or 37.78% from 45); Max value from RGB is 27 - color contains mainly: red. Hex color #1B0111 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1B0111 is #E4FEEE. Grayscale: #0A0A0A. Windows color (decimal): -15007471 or 1114395. OLE color: 1114395.

HSL color Cylindrical-coordinate representation of color #1B0111: hue angle of 323.08º degrees, saturation: 0.93, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #1B0111 is Cyan = 0, Magento = 0.96, Yellow = 0.37 and Black (K on CMYK) = 0.89.

Color convert

RGB27117-
CMYK00.960.370.89
HSL323.08º92.86%5.49%-
HSV(B)323.08º96.3%10.59%-
XYZ0.560.30.56-
YUV10.6131.61139.7-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 60%
GREEN value IS 1 (0.78% from 255) = 2.22%
BLUE value IS 17 (7.03% from 255) = 37.78%
R=60%
G=2.22%
B=37.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.37
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal2711700.960.370.89323.0892.865.49
Hex1B11106025591435d5
Octal331210140451315031355
Binary110111100010110000010010110110011010000111011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B0111

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(27,1,17); }

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

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

 a { background-color: rgb(27,1,17); }

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

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

 span { border-color: rgb(27,1,17); }

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