#1F0E17

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

Shades of Blackberry #1F0E17

Tints of Blackberry #1F0E17

Color information

#1F0E17 (or 0x1F0E17) is unknown color: approx Blackberry. HEX triplet: 1F, 0E and 17. RGB value is (31,14,23). Sum of RGB (Red+Green+Blue) = 31+14+23=68 (9% of max value = 765). Red value is 31 (12.5% from 255 or 45.59% from 68); Green value is 14 (5.86% from 255 or 20.59% from 68); Blue value is 23 (9.38% from 255 or 33.82% from 68); Max value from RGB is 31 - color contains mainly: red. Hex color #1F0E17 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1F0E17 is #E0F1E8. Grayscale: #141414. Windows color (decimal): -14741993 or 1510943. OLE color: 1510943.

HSL color Cylindrical-coordinate representation of color #1F0E17: hue angle of 328.24º degrees, saturation: 0.38, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #1F0E17 is Cyan = 0, Magento = 0.55, Yellow = 0.26 and Black (K on CMYK) = 0.88.

Color convert

RGB311423-
CMYK00.550.260.88
HSL328.24º37.78%8.82%-
HSV(B)328.24º54.84%12.16%-
XYZ0.880.670.89-
YUV20.11129.63135.77-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 45.59%
GREEN value IS 14 (5.86% from 255) = 20.59%
BLUE value IS 23 (9.38% from 255) = 33.82%
R=45.59%
G=20.59%
B=33.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.26
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal31142300.550.260.88328.2437.788.82
Hex1FE170371A58148269
Octal371627067321305104611
Binary1111111101011101101111101010110001010010001001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F0E17

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,14,23); }

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

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

 a { background-color: rgb(31,14,23); }

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

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

 span { border-color: rgb(31,14,23); }

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