#300518

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

Shades of Blackberry #300518

Tints of Blackberry #300518

Color information

#300518 (or 0x300518) is unknown color: approx Blackberry. HEX triplet: 30, 05 and 18. RGB value is (48,5,24). Sum of RGB (Red+Green+Blue) = 48+5+24=77 (10% of max value = 765). Red value is 48 (19.14% from 255 or 62.34% from 77); Green value is 5 (2.34% from 255 or 6.49% from 77); Blue value is 24 (9.77% from 255 or 31.17% from 77); Max value from RGB is 48 - color contains mainly: red. Hex color #300518 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #300518 is #CFFAE7. Grayscale: #131313. Windows color (decimal): -13630184 or 1574192. OLE color: 1574192.

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

Color convert

RGB48524-
CMYK00.900.50.81
HSL333.49º81.13%10.39%-
HSV(B)333.49º89.58%18.82%-
XYZ1.440.80.94-
YUV20.02130.25147.96-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 62.34%
GREEN value IS 5 (2.34% from 255) = 6.49%
BLUE value IS 24 (9.77% from 255) = 31.17%
R=62.34%
G=6.49%
B=31.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.5
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4852400.900.50.81333.4981.1310.39
Hex3051805A325114d51a
Octal6053001326212151512112
Binary1100001011100001011010110010101000110100110110100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #300518

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #300518; }

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

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

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

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

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

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

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

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