#1F0316

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

Shades of Blackberry #1F0316

Tints of Blackberry #1F0316

Color information

#1F0316 (or 0x1F0316) is unknown color: approx Blackberry. HEX triplet: 1F, 03 and 16. RGB value is (31,3,22). Sum of RGB (Red+Green+Blue) = 31+3+22=56 (7% of max value = 765). Red value is 31 (12.5% from 255 or 55.36% from 56); Green value is 3 (1.56% from 255 or 5.36% from 56); Blue value is 22 (8.98% from 255 or 39.29% from 56); Max value from RGB is 31 - color contains mainly: red. Hex color #1F0316 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1F0316 is #E0FCE9. Grayscale: #0D0D0D. Windows color (decimal): -14744810 or 1442591. OLE color: 1442591.

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

Color convert

RGB31322-
CMYK00.900.290.88
HSL319.29º82.35%6.67%-
HSV(B)319.29º90.32%12.16%-
XYZ0.740.410.8-
YUV13.54132.78140.46-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 55.36%
GREEN value IS 3 (1.56% from 255) = 5.36%
BLUE value IS 22 (8.98% from 255) = 39.29%
R=55.36%
G=5.36%
B=39.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.29
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal3132200.900.290.88319.2982.356.67
Hex1F31605A1D5813f527
Octal373260132351304771227
Binary111111110110010110101110110110001001111111010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F0316

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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