#300220

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

Shades of Blackberry #300220

Tints of Blackberry #300220

Color information

#300220 (or 0x300220) is unknown color: approx Blackberry. HEX triplet: 30, 02 and 20. RGB value is (48,2,32). Sum of RGB (Red+Green+Blue) = 48+2+32=82 (10% of max value = 765). Red value is 48 (19.14% from 255 or 58.54% from 82); Green value is 2 (1.17% from 255 or 2.44% from 82); Blue value is 32 (12.89% from 255 or 39.02% from 82); Max value from RGB is 48 - color contains mainly: red. Hex color #300220 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #300220 is #CFFDDF. Grayscale: #131313. Windows color (decimal): -13630944 or 2097712. OLE color: 2097712.

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

Color convert

RGB48232-
CMYK00.960.330.81
HSL320.87º92%9.8%-
HSV(B)320.87º95.83%18.82%-
XYZ1.50.781.44-
YUV19.17135.24148.56-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 58.54%
GREEN value IS 2 (1.17% from 255) = 2.44%
BLUE value IS 32 (12.89% from 255) = 39.02%
R=58.54%
G=2.44%
B=39.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.33
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4823200.960.330.81320.87929.8
Hex3022006021511415ca
Octal6024001404112150113412
Binary1100001010000001100000100001101000110100000110111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #300220

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #300220; }

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

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

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

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

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

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

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

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