#300221

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

Shades of Blackberry #300221

Tints of Blackberry #300221

Color information

#300221 (or 0x300221) is unknown color: approx Blackberry. HEX triplet: 30, 02 and 21. RGB value is (48,2,33). Sum of RGB (Red+Green+Blue) = 48+2+33=83 (10% of max value = 765). Red value is 48 (19.14% from 255 or 57.83% from 83); Green value is 2 (1.17% from 255 or 2.41% from 83); Blue value is 33 (13.28% from 255 or 39.76% from 83); Max value from RGB is 48 - color contains mainly: red. Hex color #300221 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #300221 is #CFFDDE. Grayscale: #131313. Windows color (decimal): -13630943 or 2163248. OLE color: 2163248.

HSL color Cylindrical-coordinate representation of color #300221: hue angle of 319.57º degrees, saturation: 0.92, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #300221 is Cyan = 0, Magento = 0.96, Yellow = 0.31 and Black (K on CMYK) = 0.81.

Color convert

RGB48233-
CMYK00.960.310.81
HSL319.57º92%9.8%-
HSV(B)319.57º95.83%18.82%-
XYZ1.520.781.51-
YUV19.29135.74148.48-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 57.83%
GREEN value IS 2 (1.17% from 255) = 2.41%
BLUE value IS 33 (13.28% from 255) = 39.76%
R=57.83%
G=2.41%
B=39.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.31
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4823300.960.310.81319.57929.8
Hex302210601F511405ca
Octal6024101403712150013412
Binary110000101000010110000011111101000110100000010111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #300221

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #300221; }

 p { color: rgb(48,2,33); }

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

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

 a { background-color: rgb(48,2,33); }

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

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

 span { border-color: rgb(48,2,33); }

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