#300120

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

Shades of Blackberry #300120

Tints of Blackberry #300120

Color information

#300120 (or 0x300120) is unknown color: approx Blackberry. HEX triplet: 30, 01 and 20. RGB value is (48,1,32). Sum of RGB (Red+Green+Blue) = 48+1+32=81 (10% of max value = 765). Red value is 48 (19.14% from 255 or 59.26% from 81); Green value is 1 (0.78% from 255 or 1.23% from 81); Blue value is 32 (12.89% from 255 or 39.51% from 81); Max value from RGB is 48 - color contains mainly: red. Hex color #300120 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #300120 is #CFFEDF. Grayscale: #121212. Windows color (decimal): -13631200 or 2097456. OLE color: 2097456.

HSL color Cylindrical-coordinate representation of color #300120: hue angle of 320.43º 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 #300120 is Cyan = 0, Magento = 0.98, Yellow = 0.33 and Black (K on CMYK) = 0.81.

Color convert

RGB48132-
CMYK00.980.330.81
HSL320.43º95.92%9.61%-
HSV(B)320.43º97.92%18.82%-
XYZ1.490.751.43-
YUV18.59135.57148.98-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 59.26%
GREEN value IS 1 (0.78% from 255) = 1.23%
BLUE value IS 32 (12.89% from 255) = 39.51%
R=59.26%
G=1.23%
B=39.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.33
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4813200.980.330.81320.4395.929.61
Hex30120062215114060a
Octal6014001424112150014012
Binary110000110000001100010100001101000110100000011000001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #300120

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #300120; }

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

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

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

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

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

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

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

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