#1F0615

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

Shades of Blackberry #1F0615

Tints of Blackberry #1F0615

Color information

#1F0615 (or 0x1F0615) is unknown color: approx Blackberry. HEX triplet: 1F, 06 and 15. RGB value is (31,6,21). Sum of RGB (Red+Green+Blue) = 31+6+21=58 (7% of max value = 765). Red value is 31 (12.5% from 255 or 53.45% from 58); Green value is 6 (2.73% from 255 or 10.34% from 58); Blue value is 21 (8.59% from 255 or 36.21% from 58); Max value from RGB is 31 - color contains mainly: red. Hex color #1F0615 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1F0615 is #E0F9EA. Grayscale: #0F0F0F. Windows color (decimal): -14744043 or 1377823. OLE color: 1377823.

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

Color convert

RGB31621-
CMYK00.810.320.88
HSL324º67.57%7.25%-
HSV(B)324º80.65%12.16%-
XYZ0.770.480.76-
YUV15.18131.28139.28-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 53.45%
GREEN value IS 6 (2.73% from 255) = 10.34%
BLUE value IS 21 (8.59% from 255) = 36.21%
R=53.45%
G=10.34%
B=36.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.32
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal3162100.810.320.8832467.577.25
Hex1F6150512058144447
Octal376250121401305041047
Binary11111110101010101000110000010110001010001001000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F0615

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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