#1C0513

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

Shades of Blackberry #1C0513

Tints of Blackberry #1C0513

Color information

#1C0513 (or 0x1C0513) is unknown color: approx Blackberry. HEX triplet: 1C, 05 and 13. RGB value is (28,5,19). Sum of RGB (Red+Green+Blue) = 28+5+19=52 (6% of max value = 765). Red value is 28 (11.33% from 255 or 53.85% from 52); Green value is 5 (2.34% from 255 or 9.62% from 52); Blue value is 19 (7.81% from 255 or 36.54% from 52); Max value from RGB is 28 - color contains mainly: red. Hex color #1C0513 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1C0513 is #E3FAEC. Grayscale: #0D0D0D. Windows color (decimal): -14940909 or 1246492. OLE color: 1246492.

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

Color convert

RGB28519-
CMYK00.820.320.89
HSL323.48º69.7%6.47%-
HSV(B)323.48º82.14%10.98%-
XYZ0.650.40.66-
YUV13.47131.12138.36-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 53.85%
GREEN value IS 5 (2.34% from 255) = 9.62%
BLUE value IS 19 (7.81% from 255) = 36.54%
R=53.85%
G=9.62%
B=36.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.32
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal2851900.820.320.89323.4869.76.47
Hex1C5130522059143466
Octal345230122401315031066
Binary11100101100110101001010000010110011010000111000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C0513

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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