#1F0414

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

Shades of Blackberry #1F0414

Tints of Blackberry #1F0414

Color information

#1F0414 (or 0x1F0414) is unknown color: approx Blackberry. HEX triplet: 1F, 04 and 14. RGB value is (31,4,20). Sum of RGB (Red+Green+Blue) = 31+4+20=55 (7% of max value = 765). Red value is 31 (12.5% from 255 or 56.36% from 55); Green value is 4 (1.95% from 255 or 7.27% from 55); Blue value is 20 (8.20% from 255 or 36.36% from 55); Max value from RGB is 31 - color contains mainly: red. Hex color #1F0414 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1F0414 is #E0FBEB. Grayscale: #0D0D0D. Windows color (decimal): -14744556 or 1311775. OLE color: 1311775.

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

Color convert

RGB31420-
CMYK00.870.350.88
HSL324.44º77.14%6.86%-
HSV(B)324.44º87.1%12.16%-
XYZ0.730.430.71-
YUV13.9131.45140.2-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 56.36%
GREEN value IS 4 (1.95% from 255) = 7.27%
BLUE value IS 20 (8.20% from 255) = 36.36%
R=56.36%
G=7.27%
B=36.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.35
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal3142000.870.350.88324.4477.146.86
Hex1F41405723581444d7
Octal374240127431305041157
Binary11111100101000101011110001110110001010001001001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F0414

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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