#1B1116

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

Shades of Blackberry #1B1116

Tints of Blackberry #1B1116

Color information

#1B1116 (or 0x1B1116) is unknown color: approx Blackberry. HEX triplet: 1B, 11 and 16. RGB value is (27,17,22). Sum of RGB (Red+Green+Blue) = 27+17+22=66 (8% of max value = 765). Red value is 27 (10.94% from 255 or 40.91% from 66); Green value is 17 (7.03% from 255 or 25.76% from 66); Blue value is 22 (8.98% from 255 or 33.33% from 66); Max value from RGB is 27 - color contains mainly: red. Hex color #1B1116 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1B1116 is #E4EEE9. Grayscale: #141414. Windows color (decimal): -15003370 or 1446171. OLE color: 1446171.

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

Color convert

RGB271722-
CMYK00.370.190.89
HSL330º22.73%8.63%-
HSV(B)330º37.04%10.59%-
XYZ0.80.690.85-
YUV20.56128.81132.59-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 40.91%
GREEN value IS 17 (7.03% from 255) = 25.76%
BLUE value IS 22 (8.98% from 255) = 33.33%
R=40.91%
G=25.76%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.19
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal27172200.370.190.8933022.738.63
Hex1B1116025135914a179
Octal332126045231315122711
Binary1101110001101100100101100111011001101001010101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B1116

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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