#1C0113

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

Shades of Blackberry #1C0113

Tints of Blackberry #1C0113

Color information

#1C0113 (or 0x1C0113) is unknown color: approx Blackberry. HEX triplet: 1C, 01 and 13. RGB value is (28,1,19). Sum of RGB (Red+Green+Blue) = 28+1+19=48 (6% of max value = 765). Red value is 28 (11.33% from 255 or 58.33% from 48); Green value is 1 (0.78% from 255 or 2.08% from 48); Blue value is 19 (7.81% from 255 or 39.58% from 48); Max value from RGB is 28 - color contains mainly: red. Hex color #1C0113 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1C0113 is #E3FEEC. Grayscale: #0B0B0B. Windows color (decimal): -14941933 or 1245468. OLE color: 1245468.

HSL color Cylindrical-coordinate representation of color #1C0113: hue angle of 320º 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 #1C0113 is Cyan = 0, Magento = 0.96, Yellow = 0.32 and Black (K on CMYK) = 0.89.

Color convert

RGB28119-
CMYK00.960.320.89
HSL320º93.1%5.69%-
HSV(B)320º96.43%10.98%-
XYZ0.610.320.65-
YUV11.12132.45140.04-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 58.33%
GREEN value IS 1 (0.78% from 255) = 2.08%
BLUE value IS 19 (7.81% from 255) = 39.58%
R=58.33%
G=2.08%
B=39.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.32
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal2811900.960.320.8932093.15.69
Hex1C11306020591405d6
Octal341230140401315001356
Binary111001100110110000010000010110011010000001011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C0113

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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