#300521

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

Shades of Blackberry #300521

Tints of Blackberry #300521

Color information

#300521 (or 0x300521) is unknown color: approx Blackberry. HEX triplet: 30, 05 and 21. RGB value is (48,5,33). Sum of RGB (Red+Green+Blue) = 48+5+33=86 (11% of max value = 765). Red value is 48 (19.14% from 255 or 55.81% from 86); Green value is 5 (2.34% from 255 or 5.81% from 86); Blue value is 33 (13.28% from 255 or 38.37% from 86); Max value from RGB is 48 - color contains mainly: red. Hex color #300521 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #300521 is #CFFADE. Grayscale: #141414. Windows color (decimal): -13630175 or 2164016. OLE color: 2164016.

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

Color convert

RGB48533-
CMYK00.900.310.81
HSL320.93º81.13%10.39%-
HSV(B)320.93º89.58%18.82%-
XYZ1.550.851.52-
YUV21.05134.75147.22-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 55.81%
GREEN value IS 5 (2.34% from 255) = 5.81%
BLUE value IS 33 (13.28% from 255) = 38.37%
R=55.81%
G=5.81%
B=38.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.31
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4853300.900.310.81320.9381.1310.39
Hex3052105A1F5114151a
Octal6054101323712150112112
Binary1100001011000010101101011111101000110100000110100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #300521

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #300521; }

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

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

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

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

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

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

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

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