#1C0914

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

Shades of Blackberry #1C0914

Tints of Blackberry #1C0914

Color information

#1C0914 (or 0x1C0914) is unknown color: approx Blackberry. HEX triplet: 1C, 09 and 14. RGB value is (28,9,20). Sum of RGB (Red+Green+Blue) = 28+9+20=57 (7% of max value = 765). Red value is 28 (11.33% from 255 or 49.12% from 57); Green value is 9 (3.91% from 255 or 15.79% from 57); Blue value is 20 (8.20% from 255 or 35.09% from 57); Max value from RGB is 28 - color contains mainly: red. Hex color #1C0914 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1C0914 is #E3F6EB. Grayscale: #0F0F0F. Windows color (decimal): -14939884 or 1313052. OLE color: 1313052.

HSL color Cylindrical-coordinate representation of color #1C0914: hue angle of 325.26º degrees, saturation: 0.51, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #1C0914 is Cyan = 0, Magento = 0.68, Yellow = 0.29 and Black (K on CMYK) = 0.89.

Color convert

RGB28920-
CMYK00.680.290.89
HSL325.26º51.35%7.25%-
HSV(B)325.26º67.86%10.98%-
XYZ0.70.490.72-
YUV15.93130.29136.61-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 49.12%
GREEN value IS 9 (3.91% from 255) = 15.79%
BLUE value IS 20 (8.20% from 255) = 35.09%
R=49.12%
G=15.79%
B=35.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.29
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal2892000.680.290.89325.2651.357.25
Hex1C9140441D59145337
Octal341124010435131505637
Binary1110010011010001000100111011011001101000101110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C0914

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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