#300519

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

Shades of Blackberry #300519

Tints of Blackberry #300519

Color information

#300519 (or 0x300519) is unknown color: approx Blackberry. HEX triplet: 30, 05 and 19. RGB value is (48,5,25). Sum of RGB (Red+Green+Blue) = 48+5+25=78 (10% of max value = 765). Red value is 48 (19.14% from 255 or 61.54% from 78); Green value is 5 (2.34% from 255 or 6.41% from 78); Blue value is 25 (10.16% from 255 or 32.05% from 78); Max value from RGB is 48 - color contains mainly: red. Hex color #300519 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #300519 is #CFFAE6. Grayscale: #141414. Windows color (decimal): -13630183 or 1639728. OLE color: 1639728.

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

Color convert

RGB48525-
CMYK00.900.480.81
HSL332.09º81.13%10.39%-
HSV(B)332.09º89.58%18.82%-
XYZ1.450.811-
YUV20.14130.75147.87-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 61.54%
GREEN value IS 5 (2.34% from 255) = 6.41%
BLUE value IS 25 (10.16% from 255) = 32.05%
R=61.54%
G=6.41%
B=32.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.48
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4852500.900.480.81332.0981.1310.39
Hex3051905A305114c51a
Octal6053101326012151412112
Binary1100001011100101011010110000101000110100110010100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #300519

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #300519; }

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

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

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

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

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

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

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

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