#300526

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

Shades of Blackberry #300526

Tints of Blackberry #300526

Color information

#300526 (or 0x300526) is unknown color: approx Blackberry. HEX triplet: 30, 05 and 26. RGB value is (48,5,38). Sum of RGB (Red+Green+Blue) = 48+5+38=91 (12% of max value = 765). Red value is 48 (19.14% from 255 or 52.75% from 91); Green value is 5 (2.34% from 255 or 5.49% from 91); Blue value is 38 (15.23% from 255 or 41.76% from 91); Max value from RGB is 48 - color contains mainly: red. Hex color #300526 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #300526 is #CFFAD9. Grayscale: #151515. Windows color (decimal): -13630170 or 2491696. OLE color: 2491696.

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

Color convert

RGB48538-
CMYK00.900.210.81
HSL313.95º81.13%10.39%-
HSV(B)313.95º89.58%18.82%-
XYZ1.620.881.92-
YUV21.62137.25146.82-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 52.75%
GREEN value IS 5 (2.34% from 255) = 5.49%
BLUE value IS 38 (15.23% from 255) = 41.76%
R=52.75%
G=5.49%
B=41.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.21
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4853800.900.210.81313.9581.1310.39
Hex3052605A155113a51a
Octal6054601322512147212112
Binary1100001011001100101101010101101000110011101010100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #300526

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #300526; }

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

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

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

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

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

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

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

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