#210714

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

Shades of Blackberry #210714

Tints of Blackberry #210714

Color information

#210714 (or 0x210714) is unknown color: approx Blackberry. HEX triplet: 21, 07 and 14. RGB value is (33,7,20). Sum of RGB (Red+Green+Blue) = 33+7+20=60 (7% of max value = 765). Red value is 33 (13.28% from 255 or 55% from 60); Green value is 7 (3.12% from 255 or 11.67% from 60); Blue value is 20 (8.20% from 255 or 33.33% from 60); Max value from RGB is 33 - color contains mainly: red. Hex color #210714 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #210714 is #DEF8EB. Grayscale: #101010. Windows color (decimal): -14612716 or 1312545. OLE color: 1312545.

HSL color Cylindrical-coordinate representation of color #210714: hue angle of 330º 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 #210714 is Cyan = 0, Magento = 0.79, Yellow = 0.39 and Black (K on CMYK) = 0.87.

Color convert

RGB33720-
CMYK00.790.390.87
HSL330º65%7.84%-
HSV(B)330º78.79%12.94%-
XYZ0.830.530.72-
YUV16.26130.11139.94-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 55%
GREEN value IS 7 (3.12% from 255) = 11.67%
BLUE value IS 20 (8.20% from 255) = 33.33%
R=55%
G=11.67%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.39
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal3372000.790.390.87330657.84
Hex2171404F275714a418
Octal4172401174712751210110
Binary1000011111010001001111100111101011110100101010000011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #210714

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #210714; }

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

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

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

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

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

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

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

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