#300218

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

Shades of Blackberry #300218

Tints of Blackberry #300218

Color information

#300218 (or 0x300218) is unknown color: approx Blackberry. HEX triplet: 30, 02 and 18. RGB value is (48,2,24). Sum of RGB (Red+Green+Blue) = 48+2+24=74 (9% of max value = 765). Red value is 48 (19.14% from 255 or 64.86% from 74); Green value is 2 (1.17% from 255 or 2.70% from 74); Blue value is 24 (9.77% from 255 or 32.43% from 74); Max value from RGB is 48 - color contains mainly: red. Hex color #300218 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #300218 is #CFFDE7. Grayscale: #121212. Windows color (decimal): -13630952 or 1573424. OLE color: 1573424.

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

Color convert

RGB48224-
CMYK00.960.50.81
HSL331.3º92%9.8%-
HSV(B)331.3º95.83%18.82%-
XYZ1.410.740.93-
YUV18.26131.24149.21-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 64.86%
GREEN value IS 2 (1.17% from 255) = 2.70%
BLUE value IS 24 (9.77% from 255) = 32.43%
R=64.86%
G=2.70%
B=32.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.5
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4822400.960.50.81331.3929.8
Hex30218060325114b5ca
Octal6023001406212151313412
Binary110000101100001100000110010101000110100101110111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #300218

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #300218; }

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

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

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

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

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

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

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

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