#210017

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

Shades of Blackberry #210017

Tints of Blackberry #210017

Color information

#210017 (or 0x210017) is unknown color: approx Blackberry. HEX triplet: 21, 00 and 17. RGB value is (33,0,23). Sum of RGB (Red+Green+Blue) = 33+0+23=56 (7% of max value = 765). Red value is 33 (13.28% from 255 or 58.93% from 56); Green value is 0 (0.39% from 255 or 0% from 56); Blue value is 23 (9.38% from 255 or 41.07% from 56); Max value from RGB is 33 - color contains mainly: red. Hex color #210017 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #210017 is #DEFFE8. Grayscale: #0C0C0C. Windows color (decimal): -14614505 or 1507361. OLE color: 1507361.

HSL color Cylindrical-coordinate representation of color #210017: hue angle of 318.18º degrees, saturation: 1, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 1%. Process color model (Four color, CMYK) of #210017 is Cyan = 0, Magento = 1, Yellow = 0.30 and Black (K on CMYK) = 0.87.

Color convert

RGB33023-
CMYK010.300.87
HSL318.18º100%6.47%-
HSV(B)318.18º100%12.94%-
XYZ0.780.390.84-
YUV12.49133.93142.63-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 58.93%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 23 (9.38% from 255) = 41.07%
R=58.93%
G=0%
B=41.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.30
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal33023010.300.87318.181006.47
Hex210170641E5713e646
Octal410270144361274761446
Binary100001010111011001001111010101111001111101100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #210017

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #210017; }

 p { color: rgb(33,0,23); }

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

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

 a { background-color: rgb(33,0,23); }

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

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

 span { border-color: rgb(33,0,23); }

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