#200414

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

Shades of Blackberry #200414

Tints of Blackberry #200414

Color information

#200414 (or 0x200414) is unknown color: approx Blackberry. HEX triplet: 20, 04 and 14. RGB value is (32,4,20). Sum of RGB (Red+Green+Blue) = 32+4+20=56 (7% of max value = 765). Red value is 32 (12.89% from 255 or 57.14% from 56); Green value is 4 (1.95% from 255 or 7.14% from 56); Blue value is 20 (8.20% from 255 or 35.71% from 56); Max value from RGB is 32 - color contains mainly: red. Hex color #200414 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #200414 is #DFFBEB. Grayscale: #0E0E0E. Windows color (decimal): -14679020 or 1311776. OLE color: 1311776.

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

Color convert

RGB32420-
CMYK00.870.370.87
HSL325.71º77.78%7.06%-
HSV(B)325.71º87.5%12.55%-
XYZ0.770.440.71-
YUV14.2131.28140.7-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 57.14%
GREEN value IS 4 (1.95% from 255) = 7.14%
BLUE value IS 20 (8.20% from 255) = 35.71%
R=57.14%
G=7.14%
B=35.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.37
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal3242000.870.370.87325.7177.787.06
Hex2041405725571464e7
Octal404240127451275061167
Binary100000100101000101011110010110101111010001101001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #200414

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #200414; }

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

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

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

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

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

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

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

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