#1F0314

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

Shades of Blackberry #1F0314

Tints of Blackberry #1F0314

Color information

#1F0314 (or 0x1F0314) is unknown color: approx Blackberry. HEX triplet: 1F, 03 and 14. RGB value is (31,3,20). Sum of RGB (Red+Green+Blue) = 31+3+20=54 (7% of max value = 765). Red value is 31 (12.5% from 255 or 57.41% from 54); Green value is 3 (1.56% from 255 or 5.56% from 54); Blue value is 20 (8.20% from 255 or 37.04% from 54); Max value from RGB is 31 - color contains mainly: red. Hex color #1F0314 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1F0314 is #E0FCEB. Grayscale: #0D0D0D. Windows color (decimal): -14744812 or 1311519. OLE color: 1311519.

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

Color convert

RGB31320-
CMYK00.900.350.88
HSL323.57º82.35%6.67%-
HSV(B)323.57º90.32%12.16%-
XYZ0.720.410.7-
YUV13.31131.78140.62-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 57.41%
GREEN value IS 3 (1.56% from 255) = 5.56%
BLUE value IS 20 (8.20% from 255) = 37.04%
R=57.41%
G=5.56%
B=37.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.35
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal3132000.900.350.88323.5782.356.67
Hex1F31405A2358144527
Octal373240132431305041227
Binary1111111101000101101010001110110001010001001010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F0314

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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