#1F0313

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

Shades of Blackberry #1F0313

Tints of Blackberry #1F0313

Color information

#1F0313 (or 0x1F0313) is unknown color: approx Blackberry. HEX triplet: 1F, 03 and 13. RGB value is (31,3,19). Sum of RGB (Red+Green+Blue) = 31+3+19=53 (7% of max value = 765). Red value is 31 (12.5% from 255 or 58.49% from 53); Green value is 3 (1.56% from 255 or 5.66% from 53); Blue value is 19 (7.81% from 255 or 35.85% from 53); Max value from RGB is 31 - color contains mainly: red. Hex color #1F0313 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1F0313 is #E0FCEC. Grayscale: #0D0D0D. Windows color (decimal): -14744813 or 1245983. OLE color: 1245983.

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

Color convert

RGB31319-
CMYK00.900.390.88
HSL325.71º82.35%6.67%-
HSV(B)325.71º90.32%12.16%-
XYZ0.720.40.66-
YUV13.2131.28140.7-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 58.49%
GREEN value IS 3 (1.56% from 255) = 5.66%
BLUE value IS 19 (7.81% from 255) = 35.85%
R=58.49%
G=5.66%
B=35.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.39
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal3131900.900.390.88325.7182.356.67
Hex1F31305A2758146527
Octal373230132471305061227
Binary1111111100110101101010011110110001010001101010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F0313

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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