#200614

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

Shades of Blackberry #200614

Tints of Blackberry #200614

Color information

#200614 (or 0x200614) is unknown color: approx Blackberry. HEX triplet: 20, 06 and 14. RGB value is (32,6,20). Sum of RGB (Red+Green+Blue) = 32+6+20=58 (7% of max value = 765). Red value is 32 (12.89% from 255 or 55.17% from 58); Green value is 6 (2.73% from 255 or 10.34% from 58); Blue value is 20 (8.20% from 255 or 34.48% from 58); Max value from RGB is 32 - color contains mainly: red. Hex color #200614 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #200614 is #DFF9EB. Grayscale: #0F0F0F. Windows color (decimal): -14678508 or 1312288. OLE color: 1312288.

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

Color convert

RGB32620-
CMYK00.810.370.87
HSL327.69º68.42%7.45%-
HSV(B)327.69º81.25%12.55%-
XYZ0.790.490.71-
YUV15.37130.61139.86-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 55.17%
GREEN value IS 6 (2.73% from 255) = 10.34%
BLUE value IS 20 (8.20% from 255) = 34.48%
R=55.17%
G=10.34%
B=34.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.37
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal3262000.810.370.87327.6968.427.45
Hex206140512557148447
Octal406240121451275101047
Binary100000110101000101000110010110101111010010001000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #200614

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #200614; }

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

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

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

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

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

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

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

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