#1F0915

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

Shades of Blackberry #1F0915

Tints of Blackberry #1F0915

Color information

#1F0915 (or 0x1F0915) is unknown color: approx Blackberry. HEX triplet: 1F, 09 and 15. RGB value is (31,9,21). Sum of RGB (Red+Green+Blue) = 31+9+21=61 (8% of max value = 765). Red value is 31 (12.5% from 255 or 50.82% from 61); Green value is 9 (3.91% from 255 or 14.75% from 61); Blue value is 21 (8.59% from 255 or 34.43% from 61); Max value from RGB is 31 - color contains mainly: red. Hex color #1F0915 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1F0915 is #E0F6EA. Grayscale: #101010. Windows color (decimal): -14743275 or 1378591. OLE color: 1378591.

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

Color convert

RGB31921-
CMYK00.710.320.88
HSL327.27º55%7.84%-
HSV(B)327.27º70.97%12.16%-
XYZ0.80.540.77-
YUV16.95130.29138.02-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 50.82%
GREEN value IS 9 (3.91% from 255) = 14.75%
BLUE value IS 21 (8.59% from 255) = 34.43%
R=50.82%
G=14.75%
B=34.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.32
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal3192100.710.320.88327.27557.84
Hex1F9150472058147378
Octal3711250107401305076710
Binary111111001101010100011110000010110001010001111101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F0915

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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