#1C0712

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

Shades of Blackberry #1C0712

Tints of Blackberry #1C0712

Color information

#1C0712 (or 0x1C0712) is unknown color: approx Blackberry. HEX triplet: 1C, 07 and 12. RGB value is (28,7,18). Sum of RGB (Red+Green+Blue) = 28+7+18=53 (7% of max value = 765). Red value is 28 (11.33% from 255 or 52.83% from 53); Green value is 7 (3.12% from 255 or 13.21% from 53); Blue value is 18 (7.42% from 255 or 33.96% from 53); Max value from RGB is 28 - color contains mainly: red. Hex color #1C0712 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1C0712 is #E3F8ED. Grayscale: #0E0E0E. Windows color (decimal): -14940398 or 1181468. OLE color: 1181468.

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

Color convert

RGB28718-
CMYK00.750.360.89
HSL328.57º60%6.86%-
HSV(B)328.57º75%10.98%-
XYZ0.660.440.62-
YUV14.53129.96137.61-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 52.83%
GREEN value IS 7 (3.12% from 255) = 13.21%
BLUE value IS 18 (7.42% from 255) = 33.96%
R=52.83%
G=13.21%
B=33.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.36
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal2871800.750.360.89328.57606.86
Hex1C71204B24591493c7
Octal34722011344131511747
Binary1110011110010010010111001001011001101001001111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C0712

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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