#1F0614

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

Shades of Blackberry #1F0614

Tints of Blackberry #1F0614

Color information

#1F0614 (or 0x1F0614) is unknown color: approx Blackberry. HEX triplet: 1F, 06 and 14. RGB value is (31,6,20). Sum of RGB (Red+Green+Blue) = 31+6+20=57 (7% of max value = 765). Red value is 31 (12.5% from 255 or 54.39% from 57); Green value is 6 (2.73% from 255 or 10.53% from 57); Blue value is 20 (8.20% from 255 or 35.09% from 57); Max value from RGB is 31 - color contains mainly: red. Hex color #1F0614 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1F0614 is #E0F9EB. Grayscale: #0F0F0F. Windows color (decimal): -14744044 or 1312287. OLE color: 1312287.

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

Color convert

RGB31620-
CMYK00.810.350.88
HSL326.4º67.57%7.25%-
HSV(B)326.4º80.65%12.16%-
XYZ0.760.470.71-
YUV15.07130.78139.36-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 54.39%
GREEN value IS 6 (2.73% from 255) = 10.53%
BLUE value IS 20 (8.20% from 255) = 35.09%
R=54.39%
G=10.53%
B=35.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.35
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal3162000.810.350.88326.467.577.25
Hex1F6140512358146447
Octal376240121431305061047
Binary11111110101000101000110001110110001010001101000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F0614

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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