#1F0914

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

Shades of Blackberry #1F0914

Tints of Blackberry #1F0914

Color information

#1F0914 (or 0x1F0914) is unknown color: approx Blackberry. HEX triplet: 1F, 09 and 14. RGB value is (31,9,20). Sum of RGB (Red+Green+Blue) = 31+9+20=60 (7% of max value = 765). Red value is 31 (12.5% from 255 or 51.67% from 60); Green value is 9 (3.91% from 255 or 15% from 60); Blue value is 20 (8.20% from 255 or 33.33% from 60); Max value from RGB is 31 - color contains mainly: red. Hex color #1F0914 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1F0914 is #E0F6EB. Grayscale: #101010. Windows color (decimal): -14743276 or 1313055. OLE color: 1313055.

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

Color convert

RGB31920-
CMYK00.710.350.88
HSL330º55%7.84%-
HSV(B)330º70.97%12.16%-
XYZ0.790.540.72-
YUV16.83129.79138.11-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 51.67%
GREEN value IS 9 (3.91% from 255) = 15%
BLUE value IS 20 (8.20% from 255) = 33.33%
R=51.67%
G=15%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.35
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal3192000.710.350.88330557.84
Hex1F914047235814a378
Octal3711240107431305126710
Binary111111001101000100011110001110110001010010101101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F0914

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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