#1B0E15

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

Shades of Blackberry #1B0E15

Tints of Blackberry #1B0E15

Color information

#1B0E15 (or 0x1B0E15) is unknown color: approx Blackberry. HEX triplet: 1B, 0E and 15. RGB value is (27,14,21). Sum of RGB (Red+Green+Blue) = 27+14+21=62 (8% of max value = 765). Red value is 27 (10.94% from 255 or 43.55% from 62); Green value is 14 (5.86% from 255 or 22.58% from 62); Blue value is 21 (8.59% from 255 or 33.87% from 62); Max value from RGB is 27 - color contains mainly: red. Hex color #1B0E15 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1B0E15 is #E4F1EA. Grayscale: #121212. Windows color (decimal): -15004139 or 1379867. OLE color: 1379867.

HSL color Cylindrical-coordinate representation of color #1B0E15: hue angle of 327.69º degrees, saturation: 0.32, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #1B0E15 is Cyan = 0, Magento = 0.48, Yellow = 0.22 and Black (K on CMYK) = 0.89.

Color convert

RGB271421-
CMYK00.480.220.89
HSL327.69º31.71%8.04%-
HSV(B)327.69º48.15%10.59%-
XYZ0.740.60.79-
YUV18.69129.31133.93-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 43.55%
GREEN value IS 14 (5.86% from 255) = 22.58%
BLUE value IS 21 (8.59% from 255) = 33.87%
R=43.55%
G=22.58%
B=33.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.22
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal27142100.480.220.89327.6931.718.04
Hex1BE150301659148208
Octal331625060261315104010
Binary1101111101010101100001011010110011010010001000001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B0E15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(27,14,21); }

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

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

 a { background-color: rgb(27,14,21); }

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

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

 span { border-color: rgb(27,14,21); }

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