#1C0813

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

Shades of Blackberry #1C0813

Tints of Blackberry #1C0813

Color information

#1C0813 (or 0x1C0813) is unknown color: approx Blackberry. HEX triplet: 1C, 08 and 13. RGB value is (28,8,19). Sum of RGB (Red+Green+Blue) = 28+8+19=55 (7% of max value = 765). Red value is 28 (11.33% from 255 or 50.91% from 55); Green value is 8 (3.52% from 255 or 14.55% from 55); Blue value is 19 (7.81% from 255 or 34.55% from 55); Max value from RGB is 28 - color contains mainly: red. Hex color #1C0813 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1C0813 is #E3F7EC. Grayscale: #0F0F0F. Windows color (decimal): -14940141 or 1247260. OLE color: 1247260.

HSL color Cylindrical-coordinate representation of color #1C0813: hue angle of 327º degrees, saturation: 0.56, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #1C0813 is Cyan = 0, Magento = 0.71, Yellow = 0.32 and Black (K on CMYK) = 0.89.

Color convert

RGB28819-
CMYK00.710.320.89
HSL327º55.56%7.06%-
HSV(B)327º71.43%10.98%-
XYZ0.680.470.67-
YUV15.23130.13137.11-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 50.91%
GREEN value IS 8 (3.52% from 255) = 14.55%
BLUE value IS 19 (7.81% from 255) = 34.55%
R=50.91%
G=14.55%
B=34.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.32
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal2881900.710.320.8932755.567.06
Hex1C8130472059147387
Octal341023010740131507707
Binary11100100010011010001111000001011001101000111111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C0813

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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