#1C0C15

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

Shades of Blackberry #1C0C15

Tints of Blackberry #1C0C15

Color information

#1C0C15 (or 0x1C0C15) is unknown color: approx Blackberry. HEX triplet: 1C, 0C and 15. RGB value is (28,12,21). Sum of RGB (Red+Green+Blue) = 28+12+21=61 (8% of max value = 765). Red value is 28 (11.33% from 255 or 45.90% from 61); Green value is 12 (5.08% from 255 or 19.67% from 61); Blue value is 21 (8.59% from 255 or 34.43% from 61); Max value from RGB is 28 - color contains mainly: red. Hex color #1C0C15 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1C0C15 is #E3F3EA. Grayscale: #111111. Windows color (decimal): -14939115 or 1379356. OLE color: 1379356.

HSL color Cylindrical-coordinate representation of color #1C0C15: hue angle of 326.25º degrees, saturation: 0.4, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #1C0C15 is Cyan = 0, Magento = 0.57, Yellow = 0.25 and Black (K on CMYK) = 0.89.

Color convert

RGB281221-
CMYK00.570.250.89
HSL326.25º40%7.84%-
HSV(B)326.25º57.14%10.98%-
XYZ0.750.560.78-
YUV17.81129.8135.27-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 45.90%
GREEN value IS 12 (5.08% from 255) = 19.67%
BLUE value IS 21 (8.59% from 255) = 34.43%
R=45.90%
G=19.67%
B=34.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.25
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal28122100.570.250.89326.25407.84
Hex1CC150391959146288
Octal341425071311315065010
Binary1110011001010101110011100110110011010001101010001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C0C15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,12,21); }

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

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

 a { background-color: rgb(28,12,21); }

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

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

 span { border-color: rgb(28,12,21); }

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