#300426

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

Shades of Blackberry #300426

Tints of Blackberry #300426

Color information

#300426 (or 0x300426) is unknown color: approx Blackberry. HEX triplet: 30, 04 and 26. RGB value is (48,4,38). Sum of RGB (Red+Green+Blue) = 48+4+38=90 (11% of max value = 765). Red value is 48 (19.14% from 255 or 53.33% from 90); Green value is 4 (1.95% from 255 or 4.44% from 90); Blue value is 38 (15.23% from 255 or 42.22% from 90); Max value from RGB is 48 - color contains mainly: red. Hex color #300426 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #300426 is #CFFBD9. Grayscale: #141414. Windows color (decimal): -13630426 or 2491440. OLE color: 2491440.

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

Color convert

RGB48438-
CMYK00.920.210.81
HSL313.64º84.62%10.2%-
HSV(B)313.64º91.67%18.82%-
XYZ1.610.861.91-
YUV21.03137.58147.24-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 53.33%
GREEN value IS 4 (1.95% from 255) = 4.44%
BLUE value IS 38 (15.23% from 255) = 42.22%
R=53.33%
G=4.44%
B=42.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.21
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4843800.920.210.81313.6484.6210.2
Hex3042605C155113a55a
Octal6044601342512147212512
Binary1100001001001100101110010101101000110011101010101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #300426

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #300426; }

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

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

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

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

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

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

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

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