#300320

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

Shades of Blackberry #300320

Tints of Blackberry #300320

Color information

#300320 (or 0x300320) is unknown color: approx Blackberry. HEX triplet: 30, 03 and 20. RGB value is (48,3,32). Sum of RGB (Red+Green+Blue) = 48+3+32=83 (10% of max value = 765). Red value is 48 (19.14% from 255 or 57.83% from 83); Green value is 3 (1.56% from 255 or 3.61% from 83); Blue value is 32 (12.89% from 255 or 38.55% from 83); Max value from RGB is 48 - color contains mainly: red. Hex color #300320 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #300320 is #CFFCDF. Grayscale: #131313. Windows color (decimal): -13630688 or 2097968. OLE color: 2097968.

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

Color convert

RGB48332-
CMYK00.940.330.81
HSL321.33º88.24%10%-
HSV(B)321.33º93.75%18.82%-
XYZ1.510.81.44-
YUV19.76134.91148.14-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 57.83%
GREEN value IS 3 (1.56% from 255) = 3.61%
BLUE value IS 32 (12.89% from 255) = 38.55%
R=57.83%
G=3.61%
B=38.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.33
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4833200.940.330.81321.3388.2410
Hex3032005E215114158a
Octal6034001364112150113012
Binary1100001110000001011110100001101000110100000110110001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #300320

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #300320; }

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

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

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

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

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

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

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

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