#1F0115

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

Shades of Blackberry #1F0115

Tints of Blackberry #1F0115

Color information

#1F0115 (or 0x1F0115) is unknown color: approx Blackberry. HEX triplet: 1F, 01 and 15. RGB value is (31,1,21). Sum of RGB (Red+Green+Blue) = 31+1+21=53 (7% of max value = 765). Red value is 31 (12.5% from 255 or 58.49% from 53); Green value is 1 (0.78% from 255 or 1.89% from 53); Blue value is 21 (8.59% from 255 or 39.62% from 53); Max value from RGB is 31 - color contains mainly: red. Hex color #1F0115 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1F0115 is #E0FEEA. Grayscale: #0C0C0C. Windows color (decimal): -14745323 or 1376543. OLE color: 1376543.

HSL color Cylindrical-coordinate representation of color #1F0115: hue angle of 320º degrees, saturation: 0.94, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #1F0115 is Cyan = 0, Magento = 0.97, Yellow = 0.32 and Black (K on CMYK) = 0.88.

Color convert

RGB31121-
CMYK00.970.320.88
HSL320º93.75%6.27%-
HSV(B)320º96.77%12.16%-
XYZ0.710.370.74-
YUV12.25132.94141.37-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 58.49%
GREEN value IS 1 (0.78% from 255) = 1.89%
BLUE value IS 21 (8.59% from 255) = 39.62%
R=58.49%
G=1.89%
B=39.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.32
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal3112100.970.320.8832093.756.27
Hex1F11506120581405e6
Octal371250141401305001366
Binary111111101010110000110000010110001010000001011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F0115

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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