#300A21

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

Shades of Blackberry #300A21

Tints of Blackberry #300A21

Color information

#300A21 (or 0x300A21) is unknown color: approx Blackberry. HEX triplet: 30, 0A and 21. RGB value is (48,10,33). Sum of RGB (Red+Green+Blue) = 48+10+33=91 (12% of max value = 765). Red value is 48 (19.14% from 255 or 52.75% from 91); Green value is 10 (4.30% from 255 or 10.99% from 91); Blue value is 33 (13.28% from 255 or 36.26% from 91); Max value from RGB is 48 - color contains mainly: red. Hex color #300A21 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #300A21 is #CFF5DE. Grayscale: #171717. Windows color (decimal): -13628895 or 2165296. OLE color: 2165296.

HSL color Cylindrical-coordinate representation of color #300A21: hue angle of 323.68º 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 #300A21 is Cyan = 0, Magento = 0.79, Yellow = 0.31 and Black (K on CMYK) = 0.81.

Color convert

RGB481033-
CMYK00.790.310.81
HSL323.68º65.52%11.37%-
HSV(B)323.68º79.17%18.82%-
XYZ1.60.961.54-
YUV23.98133.09145.13-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 52.75%
GREEN value IS 10 (4.30% from 255) = 10.99%
BLUE value IS 33 (13.28% from 255) = 36.26%
R=52.75%
G=10.99%
B=36.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.31
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal48103300.790.310.81323.6865.5211.37
Hex30A2104F1F5114442b
Octal60124101173712150410213
Binary11000010101000010100111111111101000110100010010000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #300A21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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