#1F0317

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

Shades of Blackberry #1F0317

Tints of Blackberry #1F0317

Color information

#1F0317 (or 0x1F0317) is unknown color: approx Blackberry. HEX triplet: 1F, 03 and 17. RGB value is (31,3,23). Sum of RGB (Red+Green+Blue) = 31+3+23=57 (7% of max value = 765). Red value is 31 (12.5% from 255 or 54.39% from 57); Green value is 3 (1.56% from 255 or 5.26% from 57); Blue value is 23 (9.38% from 255 or 40.35% from 57); Max value from RGB is 31 - color contains mainly: red. Hex color #1F0317 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1F0317 is #E0FCE8. Grayscale: #0D0D0D. Windows color (decimal): -14744809 or 1508127. OLE color: 1508127.

HSL color Cylindrical-coordinate representation of color #1F0317: hue angle of 317.14º degrees, saturation: 0.82, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1F0317 is Cyan = 0, Magento = 0.90, Yellow = 0.26 and Black (K on CMYK) = 0.88.

Color convert

RGB31323-
CMYK00.900.260.88
HSL317.14º82.35%6.67%-
HSV(B)317.14º90.32%12.16%-
XYZ0.750.420.85-
YUV13.65133.28140.37-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 54.39%
GREEN value IS 3 (1.56% from 255) = 5.26%
BLUE value IS 23 (9.38% from 255) = 40.35%
R=54.39%
G=5.26%
B=40.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.26
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal3132300.900.260.88317.1482.356.67
Hex1F31705A1A5813d527
Octal373270132321304751227
Binary111111110111010110101101010110001001111011010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F0317

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,3,23); }

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

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

 a { background-color: rgb(31,3,23); }

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

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

 span { border-color: rgb(31,3,23); }

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