#300919

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

Shades of Blackberry #300919

Tints of Blackberry #300919

Color information

#300919 (or 0x300919) is unknown color: approx Blackberry. HEX triplet: 30, 09 and 19. RGB value is (48,9,25). Sum of RGB (Red+Green+Blue) = 48+9+25=82 (10% of max value = 765). Red value is 48 (19.14% from 255 or 58.54% from 82); Green value is 9 (3.91% from 255 or 10.98% from 82); Blue value is 25 (10.16% from 255 or 30.49% from 82); Max value from RGB is 48 - color contains mainly: red. Hex color #300919 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #300919 is #CFF6E6. Grayscale: #161616. Windows color (decimal): -13629159 or 1640752. OLE color: 1640752.

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

Color convert

RGB48925-
CMYK00.810.480.81
HSL335.38º68.42%11.18%-
HSV(B)335.38º81.25%18.82%-
XYZ1.490.891.01-
YUV22.48129.42146.2-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 58.54%
GREEN value IS 9 (3.91% from 255) = 10.98%
BLUE value IS 25 (10.16% from 255) = 30.49%
R=58.54%
G=10.98%
B=30.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.48
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4892500.810.480.81335.3868.4211.18
Hex30919051305114f44b
Octal60113101216012151710413
Binary11000010011100101010001110000101000110100111110001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #300919

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #300919; }

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

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

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

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

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

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

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

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