#300B20

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

Shades of Blackberry #300B20

Tints of Blackberry #300B20

Color information

#300B20 (or 0x300B20) is unknown color: approx Blackberry. HEX triplet: 30, 0B and 20. RGB value is (48,11,32). Sum of RGB (Red+Green+Blue) = 48+11+32=91 (12% of max value = 765). Red value is 48 (19.14% from 255 or 52.75% from 91); Green value is 11 (4.69% from 255 or 12.09% from 91); Blue value is 32 (12.89% from 255 or 35.16% from 91); Max value from RGB is 48 - color contains mainly: red. Hex color #300B20 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #300B20 is #CFF4DF. Grayscale: #181818. Windows color (decimal): -13628640 or 2100016. OLE color: 2100016.

HSL color Cylindrical-coordinate representation of color #300B20: hue angle of 325.95º degrees, saturation: 0.63, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #300B20 is Cyan = 0, Magento = 0.77, Yellow = 0.33 and Black (K on CMYK) = 0.81.

Color convert

RGB481132-
CMYK00.770.330.81
HSL325.95º62.71%11.57%-
HSV(B)325.95º77.08%18.82%-
XYZ1.60.971.47-
YUV24.46132.26144.79-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 52.75%
GREEN value IS 11 (4.69% from 255) = 12.09%
BLUE value IS 32 (12.89% from 255) = 35.16%
R=52.75%
G=12.09%
B=35.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.33
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal48113200.770.330.81325.9562.7111.57
Hex30B2004D21511463fc
Octal6013400115411215067714
Binary11000010111000000100110110000110100011010001101111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #300B20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #300B20; }

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

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

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

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

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

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

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

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