#300A20

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

Shades of Blackberry #300A20

Tints of Blackberry #300A20

Color information

#300A20 (or 0x300A20) is unknown color: approx Blackberry. HEX triplet: 30, 0A and 20. RGB value is (48,10,32). Sum of RGB (Red+Green+Blue) = 48+10+32=90 (11% of max value = 765). Red value is 48 (19.14% from 255 or 53.33% from 90); Green value is 10 (4.30% from 255 or 11.11% from 90); Blue value is 32 (12.89% from 255 or 35.56% from 90); Max value from RGB is 48 - color contains mainly: red. Hex color #300A20 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #300A20 is #CFF5DF. Grayscale: #171717. Windows color (decimal): -13628896 or 2099760. OLE color: 2099760.

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

Color convert

RGB481032-
CMYK00.790.330.81
HSL325.26º65.52%11.37%-
HSV(B)325.26º79.17%18.82%-
XYZ1.590.951.47-
YUV23.87132.59145.21-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 53.33%
GREEN value IS 10 (4.30% from 255) = 11.11%
BLUE value IS 32 (12.89% from 255) = 35.56%
R=53.33%
G=11.11%
B=35.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.33
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal48103200.790.330.81325.2665.5211.37
Hex30A2004F215114542b
Octal60124001174112150510213
Binary110000101010000001001111100001101000110100010110000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #300A20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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