#1F0B16

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

Shades of Blackberry #1F0B16

Tints of Blackberry #1F0B16

Color information

#1F0B16 (or 0x1F0B16) is unknown color: approx Blackberry. HEX triplet: 1F, 0B and 16. RGB value is (31,11,22). Sum of RGB (Red+Green+Blue) = 31+11+22=64 (8% of max value = 765). Red value is 31 (12.5% from 255 or 48.44% from 64); Green value is 11 (4.69% from 255 or 17.19% from 64); Blue value is 22 (8.98% from 255 or 34.38% from 64); Max value from RGB is 31 - color contains mainly: red. Hex color #1F0B16 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1F0B16 is #E0F4E9. Grayscale: #121212. Windows color (decimal): -14742762 or 1444639. OLE color: 1444639.

HSL color Cylindrical-coordinate representation of color #1F0B16: hue angle of 327º 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 #1F0B16 is Cyan = 0, Magento = 0.65, Yellow = 0.29 and Black (K on CMYK) = 0.88.

Color convert

RGB311122-
CMYK00.650.290.88
HSL327º47.62%8.24%-
HSV(B)327º64.52%12.16%-
XYZ0.830.590.83-
YUV18.23130.13137.11-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 48.44%
GREEN value IS 11 (4.69% from 255) = 17.19%
BLUE value IS 22 (8.98% from 255) = 34.38%
R=48.44%
G=17.19%
B=34.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.29
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal31112200.650.290.8832747.628.24
Hex1FB160411D58147308
Octal3713260101351305076010
Binary11111101110110010000011110110110001010001111100001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F0B16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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