#200315

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

Shades of Blackberry #200315

Tints of Blackberry #200315

Color information

#200315 (or 0x200315) is unknown color: approx Blackberry. HEX triplet: 20, 03 and 15. RGB value is (32,3,21). Sum of RGB (Red+Green+Blue) = 32+3+21=56 (7% of max value = 765). Red value is 32 (12.89% from 255 or 57.14% from 56); Green value is 3 (1.56% from 255 or 5.36% from 56); Blue value is 21 (8.59% from 255 or 37.5% from 56); Max value from RGB is 32 - color contains mainly: red. Hex color #200315 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #200315 is #DFFCEA. Grayscale: #0D0D0D. Windows color (decimal): -14679275 or 1377056. OLE color: 1377056.

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

Color convert

RGB32321-
CMYK00.910.340.87
HSL322.76º82.86%6.86%-
HSV(B)322.76º90.62%12.55%-
XYZ0.760.430.75-
YUV13.72132.11141.04-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 57.14%
GREEN value IS 3 (1.56% from 255) = 5.36%
BLUE value IS 21 (8.59% from 255) = 37.5%
R=57.14%
G=5.36%
B=37.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.34
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal3232100.910.340.87322.7682.866.86
Hex2031505B2257143537
Octal403250133421275031237
Binary10000011101010101101110001010101111010000111010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #200315

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #200315; }

 p { color: rgb(32,3,21); }

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

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

 a { background-color: rgb(32,3,21); }

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

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

 span { border-color: rgb(32,3,21); }

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