#301221

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

Shades of Blackberry #301221

Tints of Blackberry #301221

Color information

#301221 (or 0x301221) is unknown color: approx Blackberry. HEX triplet: 30, 12 and 21. RGB value is (48,18,33). Sum of RGB (Red+Green+Blue) = 48+18+33=99 (13% of max value = 765). Red value is 48 (19.14% from 255 or 48.48% from 99); Green value is 18 (7.42% from 255 or 18.18% from 99); Blue value is 33 (13.28% from 255 or 33.33% from 99); Max value from RGB is 48 - color contains mainly: red. Hex color #301221 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #301221 is #CFEDDE. Grayscale: #1C1C1C. Windows color (decimal): -13626847 or 2167344. OLE color: 2167344.

HSL color Cylindrical-coordinate representation of color #301221: hue angle of 330º degrees, saturation: 0.45, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #301221 is Cyan = 0, Magento = 0.63, Yellow = 0.31 and Black (K on CMYK) = 0.81.

Color convert

RGB481833-
CMYK00.630.310.81
HSL330º45.45%12.94%-
HSV(B)330º62.5%18.82%-
XYZ1.711.171.57-
YUV28.68130.44141.78-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 48.48%
GREEN value IS 18 (7.42% from 255) = 18.18%
BLUE value IS 33 (13.28% from 255) = 33.33%
R=48.48%
G=18.18%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.31
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal48183300.630.310.8133045.4512.94
Hex30122103F1F5114a2dd
Octal602241077371215125515
Binary1100001001010000101111111111110100011010010101011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #301221

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #301221; }

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

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

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

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

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

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

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

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