#1C0112

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

Shades of Blackberry #1C0112

Tints of Blackberry #1C0112

Color information

#1C0112 (or 0x1C0112) is unknown color: approx Blackberry. HEX triplet: 1C, 01 and 12. RGB value is (28,1,18). Sum of RGB (Red+Green+Blue) = 28+1+18=47 (6% of max value = 765). Red value is 28 (11.33% from 255 or 59.57% from 47); Green value is 1 (0.78% from 255 or 2.13% from 47); Blue value is 18 (7.42% from 255 or 38.30% from 47); Max value from RGB is 28 - color contains mainly: red. Hex color #1C0112 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1C0112 is #E3FEED. Grayscale: #0A0A0A. Windows color (decimal): -14941934 or 1179932. OLE color: 1179932.

HSL color Cylindrical-coordinate representation of color #1C0112: hue angle of 322.22º degrees, saturation: 0.93, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #1C0112 is Cyan = 0, Magento = 0.96, Yellow = 0.36 and Black (K on CMYK) = 0.89.

Color convert

RGB28118-
CMYK00.960.360.89
HSL322.22º93.1%5.69%-
HSV(B)322.22º96.43%10.98%-
XYZ0.60.310.6-
YUV11.01131.95140.12-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 59.57%
GREEN value IS 1 (0.78% from 255) = 2.13%
BLUE value IS 18 (7.42% from 255) = 38.30%
R=59.57%
G=2.13%
B=38.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.36
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal2811800.960.360.89322.2293.15.69
Hex1C11206024591425d6
Octal341220140441315021356
Binary111001100100110000010010010110011010000101011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C0112

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,1,18); }

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

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

 a { background-color: rgb(28,1,18); }

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

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

 span { border-color: rgb(28,1,18); }

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