#1F0617

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

Shades of Blackberry #1F0617

Tints of Blackberry #1F0617

Color information

#1F0617 (or 0x1F0617) is unknown color: approx Blackberry. HEX triplet: 1F, 06 and 17. RGB value is (31,6,23). Sum of RGB (Red+Green+Blue) = 31+6+23=60 (7% of max value = 765). Red value is 31 (12.5% from 255 or 51.67% from 60); Green value is 6 (2.73% from 255 or 10% from 60); Blue value is 23 (9.38% from 255 or 38.33% from 60); Max value from RGB is 31 - color contains mainly: red. Hex color #1F0617 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1F0617 is #E0F9E8. Grayscale: #0F0F0F. Windows color (decimal): -14744041 or 1508895. OLE color: 1508895.

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

Color convert

RGB31623-
CMYK00.810.260.88
HSL319.2º67.57%7.25%-
HSV(B)319.2º80.65%12.16%-
XYZ0.780.480.86-
YUV15.41132.28139.12-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 51.67%
GREEN value IS 6 (2.73% from 255) = 10%
BLUE value IS 23 (9.38% from 255) = 38.33%
R=51.67%
G=10%
B=38.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.26
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal3162300.810.260.88319.267.577.25
Hex1F6170511A5813f447
Octal376270121321304771047
Binary1111111010111010100011101010110001001111111000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F0617

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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