#300318

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

Shades of Blackberry #300318

Tints of Blackberry #300318

Color information

#300318 (or 0x300318) is unknown color: approx Blackberry. HEX triplet: 30, 03 and 18. RGB value is (48,3,24). Sum of RGB (Red+Green+Blue) = 48+3+24=75 (9% of max value = 765). Red value is 48 (19.14% from 255 or 64% from 75); Green value is 3 (1.56% from 255 or 4% from 75); Blue value is 24 (9.77% from 255 or 32% from 75); Max value from RGB is 48 - color contains mainly: red. Hex color #300318 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #300318 is #CFFCE7. Grayscale: #121212. Windows color (decimal): -13630696 or 1573680. OLE color: 1573680.

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

Color convert

RGB48324-
CMYK00.940.50.81
HSL332º88.24%10%-
HSV(B)332º93.75%18.82%-
XYZ1.420.760.94-
YUV18.85130.91148.79-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 64%
GREEN value IS 3 (1.56% from 255) = 4%
BLUE value IS 24 (9.77% from 255) = 32%
R=64%
G=4%
B=32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.5
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4832400.940.50.8133288.2410
Hex3031805E325114c58a
Octal6033001366212151413012
Binary110000111100001011110110010101000110100110010110001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #300318

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #300318; }

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

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

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

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

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

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

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

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