#300321

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

Shades of Blackberry #300321

Tints of Blackberry #300321

Color information

#300321 (or 0x300321) is unknown color: approx Blackberry. HEX triplet: 30, 03 and 21. RGB value is (48,3,33). Sum of RGB (Red+Green+Blue) = 48+3+33=84 (11% of max value = 765). Red value is 48 (19.14% from 255 or 57.14% from 84); Green value is 3 (1.56% from 255 or 3.57% from 84); Blue value is 33 (13.28% from 255 or 39.29% from 84); Max value from RGB is 48 - color contains mainly: red. Hex color #300321 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #300321 is #CFFCDE. Grayscale: #131313. Windows color (decimal): -13630687 or 2163504. OLE color: 2163504.

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

Color convert

RGB48333-
CMYK00.940.310.81
HSL320º88.24%10%-
HSV(B)320º93.75%18.82%-
XYZ1.530.81.51-
YUV19.88135.41148.06-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 57.14%
GREEN value IS 3 (1.56% from 255) = 3.57%
BLUE value IS 33 (13.28% from 255) = 39.29%
R=57.14%
G=3.57%
B=39.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.31
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4833300.940.310.8132088.2410
Hex3032105E1F5114058a
Octal6034101363712150013012
Binary110000111000010101111011111101000110100000010110001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #300321

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #300321; }

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

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

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

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

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

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

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

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