#1C0512

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

Shades of Blackberry #1C0512

Tints of Blackberry #1C0512

Color information

#1C0512 (or 0x1C0512) is unknown color: approx Blackberry. HEX triplet: 1C, 05 and 12. RGB value is (28,5,18). Sum of RGB (Red+Green+Blue) = 28+5+18=51 (6% of max value = 765). Red value is 28 (11.33% from 255 or 54.90% from 51); Green value is 5 (2.34% from 255 or 9.80% from 51); Blue value is 18 (7.42% from 255 or 35.29% from 51); Max value from RGB is 28 - color contains mainly: red. Hex color #1C0512 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1C0512 is #E3FAED. Grayscale: #0D0D0D. Windows color (decimal): -14940910 or 1180956. OLE color: 1180956.

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

Color convert

RGB28518-
CMYK00.820.360.89
HSL326.09º69.7%6.47%-
HSV(B)326.09º82.14%10.98%-
XYZ0.640.40.62-
YUV13.36130.62138.44-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 54.90%
GREEN value IS 5 (2.34% from 255) = 9.80%
BLUE value IS 18 (7.42% from 255) = 35.29%
R=54.90%
G=9.80%
B=35.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.36
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal2851800.820.360.89326.0969.76.47
Hex1C5120522459146466
Octal345220122441315061066
Binary11100101100100101001010010010110011010001101000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C0512

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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