#1F0413

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

Shades of Blackberry #1F0413

Tints of Blackberry #1F0413

Color information

#1F0413 (or 0x1F0413) is unknown color: approx Blackberry. HEX triplet: 1F, 04 and 13. RGB value is (31,4,19). Sum of RGB (Red+Green+Blue) = 31+4+19=54 (7% of max value = 765). Red value is 31 (12.5% from 255 or 57.41% from 54); Green value is 4 (1.95% from 255 or 7.41% from 54); Blue value is 19 (7.81% from 255 or 35.19% from 54); Max value from RGB is 31 - color contains mainly: red. Hex color #1F0413 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1F0413 is #E0FBEC. Grayscale: #0D0D0D. Windows color (decimal): -14744557 or 1246239. OLE color: 1246239.

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

Color convert

RGB31419-
CMYK00.870.390.88
HSL326.67º77.14%6.86%-
HSV(B)326.67º87.1%12.16%-
XYZ0.730.430.66-
YUV13.78130.95140.28-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 57.41%
GREEN value IS 4 (1.95% from 255) = 7.41%
BLUE value IS 19 (7.81% from 255) = 35.19%
R=57.41%
G=7.41%
B=35.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.39
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal3141900.870.390.88326.6777.146.86
Hex1F41305727581474d7
Octal374230127471305071157
Binary11111100100110101011110011110110001010001111001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F0413

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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