#1F0613

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

Shades of Blackberry #1F0613

Tints of Blackberry #1F0613

Color information

#1F0613 (or 0x1F0613) is unknown color: approx Blackberry. HEX triplet: 1F, 06 and 13. RGB value is (31,6,19). Sum of RGB (Red+Green+Blue) = 31+6+19=56 (7% of max value = 765). Red value is 31 (12.5% from 255 or 55.36% from 56); Green value is 6 (2.73% from 255 or 10.71% from 56); Blue value is 19 (7.81% from 255 or 33.93% from 56); Max value from RGB is 31 - color contains mainly: red. Hex color #1F0613 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1F0613 is #E0F9EC. Grayscale: #0E0E0E. Windows color (decimal): -14744045 or 1246751. OLE color: 1246751.

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

Color convert

RGB31619-
CMYK00.810.390.88
HSL328.8º67.57%7.25%-
HSV(B)328.8º80.65%12.16%-
XYZ0.750.470.67-
YUV14.96130.28139.44-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 55.36%
GREEN value IS 6 (2.73% from 255) = 10.71%
BLUE value IS 19 (7.81% from 255) = 33.93%
R=55.36%
G=10.71%
B=33.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.39
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal3161900.810.390.88328.867.577.25
Hex1F6130512758149447
Octal376230121471305111047
Binary11111110100110101000110011110110001010010011000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F0613

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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