#1F0517

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

Shades of Blackberry #1F0517

Tints of Blackberry #1F0517

Color information

#1F0517 (or 0x1F0517) is unknown color: approx Blackberry. HEX triplet: 1F, 05 and 17. RGB value is (31,5,23). Sum of RGB (Red+Green+Blue) = 31+5+23=59 (7% of max value = 765). Red value is 31 (12.5% from 255 or 52.54% from 59); Green value is 5 (2.34% from 255 or 8.47% from 59); Blue value is 23 (9.38% from 255 or 38.98% from 59); Max value from RGB is 31 - color contains mainly: red. Hex color #1F0517 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1F0517 is #E0FAE8. Grayscale: #0E0E0E. Windows color (decimal): -14744297 or 1508639. OLE color: 1508639.

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

Color convert

RGB31523-
CMYK00.840.260.88
HSL318.46º72.22%7.06%-
HSV(B)318.46º83.87%12.16%-
XYZ0.770.460.86-
YUV14.83132.61139.54-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 52.54%
GREEN value IS 5 (2.34% from 255) = 8.47%
BLUE value IS 23 (9.38% from 255) = 38.98%
R=52.54%
G=8.47%
B=38.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.26
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal3152300.840.260.88318.4672.227.06
Hex1F5170541A5813e487
Octal375270124321304761107
Binary1111110110111010101001101010110001001111101001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F0517

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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