#1F0516

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

Shades of Blackberry #1F0516

Tints of Blackberry #1F0516

Color information

#1F0516 (or 0x1F0516) is unknown color: approx Blackberry. HEX triplet: 1F, 05 and 16. RGB value is (31,5,22). Sum of RGB (Red+Green+Blue) = 31+5+22=58 (7% of max value = 765). Red value is 31 (12.5% from 255 or 53.45% from 58); Green value is 5 (2.34% from 255 or 8.62% from 58); Blue value is 22 (8.98% from 255 or 37.93% from 58); Max value from RGB is 31 - color contains mainly: red. Hex color #1F0516 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1F0516 is #E0FAE9. Grayscale: #0E0E0E. Windows color (decimal): -14744298 or 1443103. OLE color: 1443103.

HSL color Cylindrical-coordinate representation of color #1F0516: hue angle of 320.77º 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 #1F0516 is Cyan = 0, Magento = 0.84, Yellow = 0.29 and Black (K on CMYK) = 0.88.

Color convert

RGB31522-
CMYK00.840.290.88
HSL320.77º72.22%7.06%-
HSV(B)320.77º83.87%12.16%-
XYZ0.760.460.81-
YUV14.71132.11139.62-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 53.45%
GREEN value IS 5 (2.34% from 255) = 8.62%
BLUE value IS 22 (8.98% from 255) = 37.93%
R=53.45%
G=8.62%
B=37.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.29
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal3152200.840.290.88320.7772.227.06
Hex1F5160541D58141487
Octal375260124351305011107
Binary1111110110110010101001110110110001010000011001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F0516

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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