#1F0512

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

Shades of Blackberry #1F0512

Tints of Blackberry #1F0512

Color information

#1F0512 (or 0x1F0512) is unknown color: approx Blackberry. HEX triplet: 1F, 05 and 12. RGB value is (31,5,18). Sum of RGB (Red+Green+Blue) = 31+5+18=54 (7% of max value = 765). Red value is 31 (12.5% from 255 or 57.41% from 54); Green value is 5 (2.34% from 255 or 9.26% from 54); Blue value is 18 (7.42% from 255 or 33.33% from 54); Max value from RGB is 31 - color contains mainly: red. Hex color #1F0512 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1F0512 is #E0FAED. Grayscale: #0E0E0E. Windows color (decimal): -14744302 or 1180959. OLE color: 1180959.

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

Color convert

RGB31518-
CMYK00.840.420.88
HSL330º72.22%7.06%-
HSV(B)330º83.87%12.16%-
XYZ0.730.440.62-
YUV14.26130.11139.94-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 57.41%
GREEN value IS 5 (2.34% from 255) = 9.26%
BLUE value IS 18 (7.42% from 255) = 33.33%
R=57.41%
G=9.26%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.42
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal3151800.840.420.8833072.227.06
Hex1F5120542A5814a487
Octal375220124521305121107
Binary11111101100100101010010101010110001010010101001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F0512

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,5,18); }

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

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

 a { background-color: rgb(31,5,18); }

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

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

 span { border-color: rgb(31,5,18); }

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