#1F0214

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

Shades of Blackberry #1F0214

Tints of Blackberry #1F0214

Color information

#1F0214 (or 0x1F0214) is unknown color: approx Blackberry. HEX triplet: 1F, 02 and 14. RGB value is (31,2,20). Sum of RGB (Red+Green+Blue) = 31+2+20=53 (7% of max value = 765). Red value is 31 (12.5% from 255 or 58.49% from 53); Green value is 2 (1.17% from 255 or 3.77% from 53); Blue value is 20 (8.20% from 255 or 37.74% from 53); Max value from RGB is 31 - color contains mainly: red. Hex color #1F0214 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1F0214 is #E0FDEB. Grayscale: #0C0C0C. Windows color (decimal): -14745068 or 1311263. OLE color: 1311263.

HSL color Cylindrical-coordinate representation of color #1F0214: hue angle of 322.76º degrees, saturation: 0.88, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #1F0214 is Cyan = 0, Magento = 0.94, Yellow = 0.35 and Black (K on CMYK) = 0.88.

Color convert

RGB31220-
CMYK00.940.350.88
HSL322.76º87.88%6.47%-
HSV(B)322.76º93.55%12.16%-
XYZ0.710.390.7-
YUV12.72132.11141.04-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 58.49%
GREEN value IS 2 (1.17% from 255) = 3.77%
BLUE value IS 20 (8.20% from 255) = 37.74%
R=58.49%
G=3.77%
B=37.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.35
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal3122000.940.350.88322.7687.886.47
Hex1F21405E2358143586
Octal372240136431305031306
Binary1111110101000101111010001110110001010000111011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F0214

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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