#1F0312

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

Shades of Blackberry #1F0312

Tints of Blackberry #1F0312

Color information

#1F0312 (or 0x1F0312) is unknown color: approx Blackberry. HEX triplet: 1F, 03 and 12. RGB value is (31,3,18). Sum of RGB (Red+Green+Blue) = 31+3+18=52 (6% of max value = 765). Red value is 31 (12.5% from 255 or 59.62% from 52); Green value is 3 (1.56% from 255 or 5.77% from 52); Blue value is 18 (7.42% from 255 or 34.62% from 52); Max value from RGB is 31 - color contains mainly: red. Hex color #1F0312 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1F0312 is #E0FCED. Grayscale: #0D0D0D. Windows color (decimal): -14744814 or 1180447. OLE color: 1180447.

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

Color convert

RGB31318-
CMYK00.900.420.88
HSL327.86º82.35%6.67%-
HSV(B)327.86º90.32%12.16%-
XYZ0.710.40.61-
YUV13.08130.78140.78-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 59.62%
GREEN value IS 3 (1.56% from 255) = 5.77%
BLUE value IS 18 (7.42% from 255) = 34.62%
R=59.62%
G=5.77%
B=34.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.42
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal3131800.900.420.88327.8682.356.67
Hex1F31205A2A58148527
Octal373220132521305101227
Binary1111111100100101101010101010110001010010001010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F0312

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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