#300121

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

Shades of Blackberry #300121

Tints of Blackberry #300121

Color information

#300121 (or 0x300121) is unknown color: approx Blackberry. HEX triplet: 30, 01 and 21. RGB value is (48,1,33). Sum of RGB (Red+Green+Blue) = 48+1+33=82 (10% of max value = 765). Red value is 48 (19.14% from 255 or 58.54% from 82); Green value is 1 (0.78% from 255 or 1.22% from 82); Blue value is 33 (13.28% from 255 or 40.24% from 82); Max value from RGB is 48 - color contains mainly: red. Hex color #300121 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #300121 is #CFFEDE. Grayscale: #121212. Windows color (decimal): -13631199 or 2162992. OLE color: 2162992.

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

Color convert

RGB48133-
CMYK00.980.310.81
HSL319.15º95.92%9.61%-
HSV(B)319.15º97.92%18.82%-
XYZ1.50.761.51-
YUV18.7136.07148.9-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 58.54%
GREEN value IS 1 (0.78% from 255) = 1.22%
BLUE value IS 33 (13.28% from 255) = 40.24%
R=58.54%
G=1.22%
B=40.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.31
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4813300.980.310.81319.1595.929.61
Hex301210621F5113f60a
Octal6014101423712147714012
Binary11000011000010110001011111101000110011111111000001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #300121

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #300121; }

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

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

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

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

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

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

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

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