#1F0D16

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

Shades of Blackberry #1F0D16

Tints of Blackberry #1F0D16

Color information

#1F0D16 (or 0x1F0D16) is unknown color: approx Blackberry. HEX triplet: 1F, 0D and 16. RGB value is (31,13,22). Sum of RGB (Red+Green+Blue) = 31+13+22=66 (8% of max value = 765). Red value is 31 (12.5% from 255 or 46.97% from 66); Green value is 13 (5.47% from 255 or 19.70% from 66); Blue value is 22 (8.98% from 255 or 33.33% from 66); Max value from RGB is 31 - color contains mainly: red. Hex color #1F0D16 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1F0D16 is #E0F2E9. Grayscale: #131313. Windows color (decimal): -14742250 or 1445151. OLE color: 1445151.

HSL color Cylindrical-coordinate representation of color #1F0D16: hue angle of 330º degrees, saturation: 0.41, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #1F0D16 is Cyan = 0, Magento = 0.58, Yellow = 0.29 and Black (K on CMYK) = 0.88.

Color convert

RGB311322-
CMYK00.580.290.88
HSL330º40.91%8.63%-
HSV(B)330º58.06%12.16%-
XYZ0.850.640.84-
YUV19.41129.46136.27-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 46.97%
GREEN value IS 13 (5.47% from 255) = 19.70%
BLUE value IS 22 (8.98% from 255) = 33.33%
R=46.97%
G=19.70%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.29
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal31132200.580.290.8833040.918.63
Hex1FD1603A1D5814a299
Octal371526072351305125111
Binary1111111011011001110101110110110001010010101010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F0D16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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