#1C0514

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

Shades of Blackberry #1C0514

Tints of Blackberry #1C0514

Color information

#1C0514 (or 0x1C0514) is unknown color: approx Blackberry. HEX triplet: 1C, 05 and 14. RGB value is (28,5,20). Sum of RGB (Red+Green+Blue) = 28+5+20=53 (7% of max value = 765). Red value is 28 (11.33% from 255 or 52.83% from 53); Green value is 5 (2.34% from 255 or 9.43% from 53); Blue value is 20 (8.20% from 255 or 37.74% from 53); Max value from RGB is 28 - color contains mainly: red. Hex color #1C0514 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1C0514 is #E3FAEB. Grayscale: #0D0D0D. Windows color (decimal): -14940908 or 1312028. OLE color: 1312028.

HSL color Cylindrical-coordinate representation of color #1C0514: hue angle of 320.87º 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 #1C0514 is Cyan = 0, Magento = 0.82, Yellow = 0.29 and Black (K on CMYK) = 0.89.

Color convert

RGB28520-
CMYK00.820.290.89
HSL320.87º69.7%6.47%-
HSV(B)320.87º82.14%10.98%-
XYZ0.660.410.71-
YUV13.59131.62138.28-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 52.83%
GREEN value IS 5 (2.34% from 255) = 9.43%
BLUE value IS 20 (8.20% from 255) = 37.74%
R=52.83%
G=9.43%
B=37.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.29
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal2852000.820.290.89320.8769.76.47
Hex1C5140521D59141466
Octal345240122351315011066
Binary1110010110100010100101110110110011010000011000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C0514

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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