#200514

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

Shades of Blackberry #200514

Tints of Blackberry #200514

Color information

#200514 (or 0x200514) is unknown color: approx Blackberry. HEX triplet: 20, 05 and 14. RGB value is (32,5,20). Sum of RGB (Red+Green+Blue) = 32+5+20=57 (7% of max value = 765). Red value is 32 (12.89% from 255 or 56.14% from 57); Green value is 5 (2.34% from 255 or 8.77% from 57); Blue value is 20 (8.20% from 255 or 35.09% from 57); Max value from RGB is 32 - color contains mainly: red. Hex color #200514 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #200514 is #DFFAEB. Grayscale: #0E0E0E. Windows color (decimal): -14678764 or 1312032. OLE color: 1312032.

HSL color Cylindrical-coordinate representation of color #200514: hue angle of 326.67º degrees, saturation: 0.73, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #200514 is Cyan = 0, Magento = 0.84, Yellow = 0.37 and Black (K on CMYK) = 0.87.

Color convert

RGB32520-
CMYK00.840.370.87
HSL326.67º72.97%7.25%-
HSV(B)326.67º84.38%12.55%-
XYZ0.780.470.71-
YUV14.78130.95140.28-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 56.14%
GREEN value IS 5 (2.34% from 255) = 8.77%
BLUE value IS 20 (8.20% from 255) = 35.09%
R=56.14%
G=8.77%
B=35.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.37
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal3252000.840.370.87326.6772.977.25
Hex205140542557147497
Octal405240124451275071117
Binary100000101101000101010010010110101111010001111001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #200514

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #200514; }

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

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

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

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

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

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

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

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