#1F0213

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

Shades of Blackberry #1F0213

Tints of Blackberry #1F0213

Color information

#1F0213 (or 0x1F0213) is unknown color: approx Blackberry. HEX triplet: 1F, 02 and 13. RGB value is (31,2,19). Sum of RGB (Red+Green+Blue) = 31+2+19=52 (6% of max value = 765). Red value is 31 (12.5% from 255 or 59.62% from 52); Green value is 2 (1.17% from 255 or 3.85% from 52); Blue value is 19 (7.81% from 255 or 36.54% from 52); Max value from RGB is 31 - color contains mainly: red. Hex color #1F0213 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1F0213 is #E0FDEC. Grayscale: #0C0C0C. Windows color (decimal): -14745069 or 1245727. OLE color: 1245727.

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

Color convert

RGB31219-
CMYK00.940.390.88
HSL324.83º87.88%6.47%-
HSV(B)324.83º93.55%12.16%-
XYZ0.70.380.65-
YUV12.61131.61141.12-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 59.62%
GREEN value IS 2 (1.17% from 255) = 3.85%
BLUE value IS 19 (7.81% from 255) = 36.54%
R=59.62%
G=3.85%
B=36.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.39
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal3121900.940.390.88324.8387.886.47
Hex1F21305E2758145586
Octal372230136471305051306
Binary1111110100110101111010011110110001010001011011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F0213

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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