#1C0214

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

Shades of Blackberry #1C0214

Tints of Blackberry #1C0214

Color information

#1C0214 (or 0x1C0214) is unknown color: approx Blackberry. HEX triplet: 1C, 02 and 14. RGB value is (28,2,20). Sum of RGB (Red+Green+Blue) = 28+2+20=50 (6% of max value = 765). Red value is 28 (11.33% from 255 or 56% from 50); Green value is 2 (1.17% from 255 or 4% from 50); Blue value is 20 (8.20% from 255 or 40% from 50); Max value from RGB is 28 - color contains mainly: red. Hex color #1C0214 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1C0214 is #E3FDEB. Grayscale: #0B0B0B. Windows color (decimal): -14941676 or 1311260. OLE color: 1311260.

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

Color convert

RGB28220-
CMYK00.930.290.89
HSL318.46º86.67%5.88%-
HSV(B)318.46º92.86%10.98%-
XYZ0.630.340.69-
YUV11.83132.61139.54-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 56%
GREEN value IS 2 (1.17% from 255) = 4%
BLUE value IS 20 (8.20% from 255) = 40%
R=56%
G=4%
B=40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.29
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal2822000.930.290.89318.4686.675.88
Hex1C21405D1D5913e576
Octal342240135351314761276
Binary111001010100010111011110110110011001111101010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C0214

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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