#300019

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

Shades of Blackberry #300019

Tints of Blackberry #300019

Color information

#300019 (or 0x300019) is unknown color: approx Blackberry. HEX triplet: 30, 00 and 19. RGB value is (48,0,25). Sum of RGB (Red+Green+Blue) = 48+0+25=73 (9% of max value = 765). Red value is 48 (19.14% from 255 or 65.75% from 73); Green value is 0 (0.39% from 255 or 0% from 73); Blue value is 25 (10.16% from 255 or 34.25% from 73); Max value from RGB is 48 - color contains mainly: red. Hex color #300019 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #300019 is #CFFFE6. Grayscale: #111111. Windows color (decimal): -13631463 or 1638448. OLE color: 1638448.

HSL color Cylindrical-coordinate representation of color #300019: hue angle of 328.75º degrees, saturation: 1, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 1%. Process color model (Four color, CMYK) of #300019 is Cyan = 0, Magento = 1, Yellow = 0.48 and Black (K on CMYK) = 0.81.

Color convert

RGB48025-
CMYK010.480.81
HSL328.75º100%9.41%-
HSV(B)328.75º100%18.82%-
XYZ1.390.70.98-
YUV17.2132.4149.97-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 65.75%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 25 (10.16% from 255) = 34.25%
R=65.75%
G=0%
B=34.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.48
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal48025010.480.81328.751009.41
Hex300190643051149649
Octal6003101446012151114411
Binary11000001100101100100110000101000110100100111001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #300019

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #300019; }

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

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

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

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

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

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

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

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