#1F0815

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

Shades of Blackberry #1F0815

Tints of Blackberry #1F0815

Color information

#1F0815 (or 0x1F0815) is unknown color: approx Blackberry. HEX triplet: 1F, 08 and 15. RGB value is (31,8,21). Sum of RGB (Red+Green+Blue) = 31+8+21=60 (7% of max value = 765). Red value is 31 (12.5% from 255 or 51.67% from 60); Green value is 8 (3.52% from 255 or 13.33% from 60); Blue value is 21 (8.59% from 255 or 35% from 60); Max value from RGB is 31 - color contains mainly: red. Hex color #1F0815 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1F0815 is #E0F7EA. Grayscale: #101010. Windows color (decimal): -14743531 or 1378335. OLE color: 1378335.

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

Color convert

RGB31821-
CMYK00.740.320.88
HSL326.09º58.97%7.65%-
HSV(B)326.09º74.19%12.16%-
XYZ0.790.520.77-
YUV16.36130.62138.44-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 51.67%
GREEN value IS 8 (3.52% from 255) = 13.33%
BLUE value IS 21 (8.59% from 255) = 35%
R=51.67%
G=13.33%
B=35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.32
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal3182100.740.320.88326.0958.977.65
Hex1F81504A20581463b8
Octal3710250112401305067310
Binary111111000101010100101010000010110001010001101110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F0815

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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