#210915

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

Shades of Blackberry #210915

Tints of Blackberry #210915

Color information

#210915 (or 0x210915) is unknown color: approx Blackberry. HEX triplet: 21, 09 and 15. RGB value is (33,9,21). Sum of RGB (Red+Green+Blue) = 33+9+21=63 (8% of max value = 765). Red value is 33 (13.28% from 255 or 52.38% from 63); Green value is 9 (3.91% from 255 or 14.29% from 63); Blue value is 21 (8.59% from 255 or 33.33% from 63); Max value from RGB is 33 - color contains mainly: red. Hex color #210915 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #210915 is #DEF6EA. Grayscale: #111111. Windows color (decimal): -14612203 or 1378593. OLE color: 1378593.

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

Color convert

RGB33921-
CMYK00.730.360.87
HSL330º57.14%8.24%-
HSV(B)330º72.73%12.94%-
XYZ0.860.570.77-
YUV17.54129.95139.02-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 52.38%
GREEN value IS 9 (3.91% from 255) = 14.29%
BLUE value IS 21 (8.59% from 255) = 33.33%
R=52.38%
G=14.29%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.36
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal3392100.730.360.8733057.148.24
Hex21915049245714a398
Octal4111250111441275127110
Binary1000011001101010100100110010010101111010010101110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #210915

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #210915; }

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

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

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

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

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

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

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

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