#300522

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

Shades of Blackberry #300522

Tints of Blackberry #300522

Color information

#300522 (or 0x300522) is unknown color: approx Blackberry. HEX triplet: 30, 05 and 22. RGB value is (48,5,34). Sum of RGB (Red+Green+Blue) = 48+5+34=87 (11% of max value = 765). Red value is 48 (19.14% from 255 or 55.17% from 87); Green value is 5 (2.34% from 255 or 5.75% from 87); Blue value is 34 (13.67% from 255 or 39.08% from 87); Max value from RGB is 48 - color contains mainly: red. Hex color #300522 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #300522 is #CFFADD. Grayscale: #151515. Windows color (decimal): -13630174 or 2229552. OLE color: 2229552.

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

Color convert

RGB48534-
CMYK00.900.290.81
HSL319.53º81.13%10.39%-
HSV(B)319.53º89.58%18.82%-
XYZ1.560.851.6-
YUV21.16135.25147.14-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 55.17%
GREEN value IS 5 (2.34% from 255) = 5.75%
BLUE value IS 34 (13.67% from 255) = 39.08%
R=55.17%
G=5.75%
B=39.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.29
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4853400.900.290.81319.5381.1310.39
Hex3052205A1D5114051a
Octal6054201323512150012112
Binary1100001011000100101101011101101000110100000010100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #300522

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #300522; }

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

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

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

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

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

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

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

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