#1F0917

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

Shades of Blackberry #1F0917

Tints of Blackberry #1F0917

Color information

#1F0917 (or 0x1F0917) is unknown color: approx Blackberry. HEX triplet: 1F, 09 and 17. RGB value is (31,9,23). Sum of RGB (Red+Green+Blue) = 31+9+23=63 (8% of max value = 765). Red value is 31 (12.5% from 255 or 49.21% from 63); Green value is 9 (3.91% from 255 or 14.29% from 63); Blue value is 23 (9.38% from 255 or 36.51% from 63); Max value from RGB is 31 - color contains mainly: red. Hex color #1F0917 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1F0917 is #E0F6E8. Grayscale: #111111. Windows color (decimal): -14743273 or 1509663. OLE color: 1509663.

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

Color convert

RGB31923-
CMYK00.710.260.88
HSL321.82º55%7.84%-
HSV(B)321.82º70.97%12.16%-
XYZ0.820.550.87-
YUV17.17131.29137.86-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 49.21%
GREEN value IS 9 (3.91% from 255) = 14.29%
BLUE value IS 23 (9.38% from 255) = 36.51%
R=49.21%
G=14.29%
B=36.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.26
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal3192300.710.260.88321.82557.84
Hex1F9170471A58142378
Octal3711270107321305026710
Binary11111100110111010001111101010110001010000101101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F0917

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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