#1F0417

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

Shades of Blackberry #1F0417

Tints of Blackberry #1F0417

Color information

#1F0417 (or 0x1F0417) is unknown color: approx Blackberry. HEX triplet: 1F, 04 and 17. RGB value is (31,4,23). Sum of RGB (Red+Green+Blue) = 31+4+23=58 (7% of max value = 765). Red value is 31 (12.5% from 255 or 53.45% from 58); Green value is 4 (1.95% from 255 or 6.90% from 58); Blue value is 23 (9.38% from 255 or 39.66% from 58); Max value from RGB is 31 - color contains mainly: red. Hex color #1F0417 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1F0417 is #E0FBE8. Grayscale: #0E0E0E. Windows color (decimal): -14744553 or 1508383. OLE color: 1508383.

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

Color convert

RGB31423-
CMYK00.870.260.88
HSL317.78º77.14%6.86%-
HSV(B)317.78º87.1%12.16%-
XYZ0.760.440.86-
YUV14.24132.95139.96-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 53.45%
GREEN value IS 4 (1.95% from 255) = 6.90%
BLUE value IS 23 (9.38% from 255) = 39.66%
R=53.45%
G=6.90%
B=39.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.26
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal3142300.870.260.88317.7877.146.86
Hex1F4170571A5813e4d7
Octal374270127321304761157
Binary1111110010111010101111101010110001001111101001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F0417

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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