#300319

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

Shades of Blackberry #300319

Tints of Blackberry #300319

Color information

#300319 (or 0x300319) is unknown color: approx Blackberry. HEX triplet: 30, 03 and 19. RGB value is (48,3,25). Sum of RGB (Red+Green+Blue) = 48+3+25=76 (10% of max value = 765). Red value is 48 (19.14% from 255 or 63.16% from 76); Green value is 3 (1.56% from 255 or 3.95% from 76); Blue value is 25 (10.16% from 255 or 32.89% from 76); Max value from RGB is 48 - color contains mainly: red. Hex color #300319 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #300319 is #CFFCE6. Grayscale: #121212. Windows color (decimal): -13630695 or 1639216. OLE color: 1639216.

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

Color convert

RGB48325-
CMYK00.940.480.81
HSL330.67º88.24%10%-
HSV(B)330.67º93.75%18.82%-
XYZ1.430.760.99-
YUV18.96131.41148.71-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 63.16%
GREEN value IS 3 (1.56% from 255) = 3.95%
BLUE value IS 25 (10.16% from 255) = 32.89%
R=63.16%
G=3.95%
B=32.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.48
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4832500.940.480.81330.6788.2410
Hex3031905E305114b58a
Octal6033101366012151313012
Binary110000111100101011110110000101000110100101110110001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #300319

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #300319; }

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

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

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

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

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

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

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

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