#1F0B15

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

Shades of Blackberry #1F0B15

Tints of Blackberry #1F0B15

Color information

#1F0B15 (or 0x1F0B15) is unknown color: approx Blackberry. HEX triplet: 1F, 0B and 15. RGB value is (31,11,21). Sum of RGB (Red+Green+Blue) = 31+11+21=63 (8% of max value = 765). Red value is 31 (12.5% from 255 or 49.21% from 63); Green value is 11 (4.69% from 255 or 17.46% from 63); Blue value is 21 (8.59% from 255 or 33.33% from 63); Max value from RGB is 31 - color contains mainly: red. Hex color #1F0B15 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1F0B15 is #E0F4EA. Grayscale: #121212. Windows color (decimal): -14742763 or 1379103. OLE color: 1379103.

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

Color convert

RGB311121-
CMYK00.650.320.88
HSL330º47.62%8.24%-
HSV(B)330º64.52%12.16%-
XYZ0.820.580.78-
YUV18.12129.63137.19-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 49.21%
GREEN value IS 11 (4.69% from 255) = 17.46%
BLUE value IS 21 (8.59% from 255) = 33.33%
R=49.21%
G=17.46%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.32
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal31112100.650.320.8833047.628.24
Hex1FB15041205814a308
Octal3713250101401305126010
Binary111111011101010100000110000010110001010010101100001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F0B15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,11,21); }

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

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

 a { background-color: rgb(31,11,21); }

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

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

 span { border-color: rgb(31,11,21); }

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