#1F0817

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

Shades of Blackberry #1F0817

Tints of Blackberry #1F0817

Color information

#1F0817 (or 0x1F0817) is unknown color: approx Blackberry. HEX triplet: 1F, 08 and 17. RGB value is (31,8,23). Sum of RGB (Red+Green+Blue) = 31+8+23=62 (8% of max value = 765). Red value is 31 (12.5% from 255 or 50% from 62); Green value is 8 (3.52% from 255 or 12.90% from 62); Blue value is 23 (9.38% from 255 or 37.10% from 62); Max value from RGB is 31 - color contains mainly: red. Hex color #1F0817 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1F0817 is #E0F7E8. Grayscale: #101010. Windows color (decimal): -14743529 or 1509407. OLE color: 1509407.

HSL color Cylindrical-coordinate representation of color #1F0817: hue angle of 320.87º degrees, saturation: 0.59, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #1F0817 is Cyan = 0, Magento = 0.74, Yellow = 0.26 and Black (K on CMYK) = 0.88.

Color convert

RGB31823-
CMYK00.740.260.88
HSL320.87º58.97%7.65%-
HSV(B)320.87º74.19%12.16%-
XYZ0.810.530.87-
YUV16.59131.62138.28-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 50%
GREEN value IS 8 (3.52% from 255) = 12.90%
BLUE value IS 23 (9.38% from 255) = 37.10%
R=50%
G=12.90%
B=37.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.26
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal3182300.740.260.88320.8758.977.65
Hex1F81704A1A581413b8
Octal3710270112321305017310
Binary11111100010111010010101101010110001010000011110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F0817

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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