#1F0217

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

Shades of Blackberry #1F0217

Tints of Blackberry #1F0217

Color information

#1F0217 (or 0x1F0217) is unknown color: approx Blackberry. HEX triplet: 1F, 02 and 17. RGB value is (31,2,23). Sum of RGB (Red+Green+Blue) = 31+2+23=56 (7% of max value = 765). Red value is 31 (12.5% from 255 or 55.36% from 56); Green value is 2 (1.17% from 255 or 3.57% from 56); Blue value is 23 (9.38% from 255 or 41.07% from 56); Max value from RGB is 31 - color contains mainly: red. Hex color #1F0217 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1F0217 is #E0FDE8. Grayscale: #0D0D0D. Windows color (decimal): -14745065 or 1507871. OLE color: 1507871.

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

Color convert

RGB31223-
CMYK00.940.260.88
HSL316.55º87.88%6.47%-
HSV(B)316.55º93.55%12.16%-
XYZ0.740.40.85-
YUV13.06133.61140.79-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 55.36%
GREEN value IS 2 (1.17% from 255) = 3.57%
BLUE value IS 23 (9.38% from 255) = 41.07%
R=55.36%
G=3.57%
B=41.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.26
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal3122300.940.260.88316.5587.886.47
Hex1F21705E1A5813d586
Octal372270136321304751306
Binary111111010111010111101101010110001001111011011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F0217

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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