#300726

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

Shades of Blackberry #300726

Tints of Blackberry #300726

Color information

#300726 (or 0x300726) is unknown color: approx Blackberry. HEX triplet: 30, 07 and 26. RGB value is (48,7,38). Sum of RGB (Red+Green+Blue) = 48+7+38=93 (12% of max value = 765). Red value is 48 (19.14% from 255 or 51.61% from 93); Green value is 7 (3.12% from 255 or 7.53% from 93); Blue value is 38 (15.23% from 255 or 40.86% from 93); Max value from RGB is 48 - color contains mainly: red. Hex color #300726 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #300726 is #CFF8D9. Grayscale: #161616. Windows color (decimal): -13629658 or 2492208. OLE color: 2492208.

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

Color convert

RGB48738-
CMYK00.850.210.81
HSL314.63º74.55%10.78%-
HSV(B)314.63º85.42%18.82%-
XYZ1.640.921.92-
YUV22.79136.58145.98-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 51.61%
GREEN value IS 7 (3.12% from 255) = 7.53%
BLUE value IS 38 (15.23% from 255) = 40.86%
R=51.61%
G=7.53%
B=40.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.21
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4873800.850.210.81314.6374.5510.78
Hex30726055155113b4bb
Octal6074601252512147311313
Binary1100001111001100101010110101101000110011101110010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #300726

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #300726; }

 p { color: rgb(48,7,38); }

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

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

 a { background-color: rgb(48,7,38); }

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

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

 span { border-color: rgb(48,7,38); }

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