#300219

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

Shades of Blackberry #300219

Tints of Blackberry #300219

Color information

#300219 (or 0x300219) is unknown color: approx Blackberry. HEX triplet: 30, 02 and 19. RGB value is (48,2,25). Sum of RGB (Red+Green+Blue) = 48+2+25=75 (9% of max value = 765). Red value is 48 (19.14% from 255 or 64% from 75); Green value is 2 (1.17% from 255 or 2.67% from 75); Blue value is 25 (10.16% from 255 or 33.33% from 75); Max value from RGB is 48 - color contains mainly: red. Hex color #300219 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #300219 is #CFFDE6. Grayscale: #121212. Windows color (decimal): -13630951 or 1638960. OLE color: 1638960.

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

Color convert

RGB48225-
CMYK00.960.480.81
HSL330º92%9.8%-
HSV(B)330º95.83%18.82%-
XYZ1.420.740.99-
YUV18.38131.74149.13-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 64%
GREEN value IS 2 (1.17% from 255) = 2.67%
BLUE value IS 25 (10.16% from 255) = 33.33%
R=64%
G=2.67%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.48
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4822500.960.480.81330929.8
Hex30219060305114a5ca
Octal6023101406012151213412
Binary110000101100101100000110000101000110100101010111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #300219

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #300219; }

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

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

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

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

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

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

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

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