#1B0F15

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

Shades of Blackberry #1B0F15

Tints of Blackberry #1B0F15

Color information

#1B0F15 (or 0x1B0F15) is unknown color: approx Blackberry. HEX triplet: 1B, 0F and 15. RGB value is (27,15,21). Sum of RGB (Red+Green+Blue) = 27+15+21=63 (8% of max value = 765). Red value is 27 (10.94% from 255 or 42.86% from 63); Green value is 15 (6.25% from 255 or 23.81% from 63); Blue value is 21 (8.59% from 255 or 33.33% from 63); Max value from RGB is 27 - color contains mainly: red. Hex color #1B0F15 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1B0F15 is #E4F0EA. Grayscale: #131313. Windows color (decimal): -15003883 or 1380123. OLE color: 1380123.

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

Color convert

RGB271521-
CMYK00.440.220.89
HSL330º28.57%8.24%-
HSV(B)330º44.44%10.59%-
XYZ0.760.630.79-
YUV19.27128.98133.51-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 42.86%
GREEN value IS 15 (6.25% from 255) = 23.81%
BLUE value IS 21 (8.59% from 255) = 33.33%
R=42.86%
G=23.81%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.22
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal27152100.440.220.8933028.578.24
Hex1BF1502C165914a1d8
Octal331725054261315123510
Binary110111111101010101100101101011001101001010111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B0F15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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