#1C0414

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

Shades of Blackberry #1C0414

Tints of Blackberry #1C0414

Color information

#1C0414 (or 0x1C0414) is unknown color: approx Blackberry. HEX triplet: 1C, 04 and 14. RGB value is (28,4,20). Sum of RGB (Red+Green+Blue) = 28+4+20=52 (6% of max value = 765). Red value is 28 (11.33% from 255 or 53.85% from 52); Green value is 4 (1.95% from 255 or 7.69% from 52); Blue value is 20 (8.20% from 255 or 38.46% from 52); Max value from RGB is 28 - color contains mainly: red. Hex color #1C0414 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1C0414 is #E3FBEB. Grayscale: #0C0C0C. Windows color (decimal): -14941164 or 1311772. OLE color: 1311772.

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

Color convert

RGB28420-
CMYK00.860.290.89
HSL320º75%6.27%-
HSV(B)320º85.71%10.98%-
XYZ0.650.380.7-
YUV13131.95138.7-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 53.85%
GREEN value IS 4 (1.95% from 255) = 7.69%
BLUE value IS 20 (8.20% from 255) = 38.46%
R=53.85%
G=7.69%
B=38.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.29
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal2842000.860.290.89320756.27
Hex1C4140561D591404b6
Octal344240126351315001136
Binary1110010010100010101101110110110011010000001001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C0414

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,4,20); }

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

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

 a { background-color: rgb(28,4,20); }

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

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

 span { border-color: rgb(28,4,20); }

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