#1F1319

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

Shades of Blackberry #1F1319

Tints of Blackberry #1F1319

Color information

#1F1319 (or 0x1F1319) is unknown color: approx Blackberry. HEX triplet: 1F, 13 and 19. RGB value is (31,19,25). Sum of RGB (Red+Green+Blue) = 31+19+25=75 (9% of max value = 765). Red value is 31 (12.5% from 255 or 41.33% from 75); Green value is 19 (7.81% from 255 or 25.33% from 75); Blue value is 25 (10.16% from 255 or 33.33% from 75); Max value from RGB is 31 - color contains mainly: red. Hex color #1F1319 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1F1319 is #E0ECE6. Grayscale: #171717. Windows color (decimal): -14740711 or 1643295. OLE color: 1643295.

HSL color Cylindrical-coordinate representation of color #1F1319: hue angle of 330º degrees, saturation: 0.24, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #1F1319 is Cyan = 0, Magento = 0.39, Yellow = 0.19 and Black (K on CMYK) = 0.88.

Color convert

RGB311925-
CMYK00.390.190.88
HSL330º24%9.8%-
HSV(B)330º38.71%12.16%-
XYZ0.970.831.03-
YUV23.27128.98133.51-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 41.33%
GREEN value IS 19 (7.81% from 255) = 25.33%
BLUE value IS 25 (10.16% from 255) = 33.33%
R=41.33%
G=25.33%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.19
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal31192500.390.190.88330249.8
Hex1F1319027135814a18a
Octal372331047231305123012
Binary1111110011110010100111100111011000101001010110001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F1319

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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