#300419

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

Shades of Blackberry #300419

Tints of Blackberry #300419

Color information

#300419 (or 0x300419) is unknown color: approx Blackberry. HEX triplet: 30, 04 and 19. RGB value is (48,4,25). Sum of RGB (Red+Green+Blue) = 48+4+25=77 (10% of max value = 765). Red value is 48 (19.14% from 255 or 62.34% from 77); Green value is 4 (1.95% from 255 or 5.19% from 77); Blue value is 25 (10.16% from 255 or 32.47% from 77); Max value from RGB is 48 - color contains mainly: red. Hex color #300419 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #300419 is #CFFBE6. Grayscale: #131313. Windows color (decimal): -13630439 or 1639472. OLE color: 1639472.

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

Color convert

RGB48425-
CMYK00.920.480.81
HSL331.36º84.62%10.2%-
HSV(B)331.36º91.67%18.82%-
XYZ1.440.791-
YUV19.55131.08148.29-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 62.34%
GREEN value IS 4 (1.95% from 255) = 5.19%
BLUE value IS 25 (10.16% from 255) = 32.47%
R=62.34%
G=5.19%
B=32.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.48
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4842500.920.480.81331.3684.6210.2
Hex3041905C305114b55a
Octal6043101346012151312512
Binary1100001001100101011100110000101000110100101110101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #300419

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #300419; }

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

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

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

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

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

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

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

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