#1F0916

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

Shades of Blackberry #1F0916

Tints of Blackberry #1F0916

Color information

#1F0916 (or 0x1F0916) is unknown color: approx Blackberry. HEX triplet: 1F, 09 and 16. RGB value is (31,9,22). Sum of RGB (Red+Green+Blue) = 31+9+22=62 (8% of max value = 765). Red value is 31 (12.5% from 255 or 50% from 62); Green value is 9 (3.91% from 255 or 14.52% from 62); Blue value is 22 (8.98% from 255 or 35.48% from 62); Max value from RGB is 31 - color contains mainly: red. Hex color #1F0916 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1F0916 is #E0F6E9. Grayscale: #111111. Windows color (decimal): -14743274 or 1444127. OLE color: 1444127.

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

Color convert

RGB31922-
CMYK00.710.290.88
HSL324.55º55%7.84%-
HSV(B)324.55º70.97%12.16%-
XYZ0.810.540.82-
YUV17.06130.79137.94-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 50%
GREEN value IS 9 (3.91% from 255) = 14.52%
BLUE value IS 22 (8.98% from 255) = 35.48%
R=50%
G=14.52%
B=35.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.29
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal3192200.710.290.88324.55557.84
Hex1F9160471D58145378
Octal3711260107351305056710
Binary11111100110110010001111110110110001010001011101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F0916

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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