#300418

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

Shades of Blackberry #300418

Tints of Blackberry #300418

Color information

#300418 (or 0x300418) is unknown color: approx Blackberry. HEX triplet: 30, 04 and 18. RGB value is (48,4,24). Sum of RGB (Red+Green+Blue) = 48+4+24=76 (10% of max value = 765). Red value is 48 (19.14% from 255 or 63.16% from 76); Green value is 4 (1.95% from 255 or 5.26% from 76); Blue value is 24 (9.77% from 255 or 31.58% from 76); Max value from RGB is 48 - color contains mainly: red. Hex color #300418 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #300418 is #CFFBE7. Grayscale: #131313. Windows color (decimal): -13630440 or 1573936. OLE color: 1573936.

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

Color convert

RGB48424-
CMYK00.920.50.81
HSL332.73º84.62%10.2%-
HSV(B)332.73º91.67%18.82%-
XYZ1.430.780.94-
YUV19.44130.58148.37-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 63.16%
GREEN value IS 4 (1.95% from 255) = 5.26%
BLUE value IS 24 (9.77% from 255) = 31.58%
R=63.16%
G=5.26%
B=31.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.5
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4842400.920.50.81332.7384.6210.2
Hex3041805C325114d55a
Octal6043001346212151512512
Binary1100001001100001011100110010101000110100110110101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #300418

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #300418; }

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

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

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

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

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

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

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

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