#210715

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

Shades of Blackberry #210715

Tints of Blackberry #210715

Color information

#210715 (or 0x210715) is unknown color: approx Blackberry. HEX triplet: 21, 07 and 15. RGB value is (33,7,21). Sum of RGB (Red+Green+Blue) = 33+7+21=61 (8% of max value = 765). Red value is 33 (13.28% from 255 or 54.10% from 61); Green value is 7 (3.12% from 255 or 11.48% from 61); Blue value is 21 (8.59% from 255 or 34.43% from 61); Max value from RGB is 33 - color contains mainly: red. Hex color #210715 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #210715 is #DEF8EA. Grayscale: #101010. Windows color (decimal): -14612715 or 1378081. OLE color: 1378081.

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

Color convert

RGB33721-
CMYK00.790.360.87
HSL327.69º65%7.84%-
HSV(B)327.69º78.79%12.94%-
XYZ0.840.530.77-
YUV16.37130.61139.86-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 54.10%
GREEN value IS 7 (3.12% from 255) = 11.48%
BLUE value IS 21 (8.59% from 255) = 34.43%
R=54.10%
G=11.48%
B=34.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.36
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal3372100.790.360.87327.69657.84
Hex2171504F2457148418
Octal4172501174412751010110
Binary1000011111010101001111100100101011110100100010000011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #210715

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #210715; }

 p { color: rgb(33,7,21); }

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

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

 a { background-color: rgb(33,7,21); }

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

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

 span { border-color: rgb(33,7,21); }

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