#300524

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

Shades of Blackberry #300524

Tints of Blackberry #300524

Color information

#300524 (or 0x300524) is unknown color: approx Blackberry. HEX triplet: 30, 05 and 24. RGB value is (48,5,36). Sum of RGB (Red+Green+Blue) = 48+5+36=89 (11% of max value = 765). Red value is 48 (19.14% from 255 or 53.93% from 89); Green value is 5 (2.34% from 255 or 5.62% from 89); Blue value is 36 (14.45% from 255 or 40.45% from 89); Max value from RGB is 48 - color contains mainly: red. Hex color #300524 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #300524 is #CFFADB. Grayscale: #151515. Windows color (decimal): -13630172 or 2360624. OLE color: 2360624.

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

Color convert

RGB48536-
CMYK00.900.250.81
HSL316.74º81.13%10.39%-
HSV(B)316.74º89.58%18.82%-
XYZ1.590.861.75-
YUV21.39136.25146.98-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 53.93%
GREEN value IS 5 (2.34% from 255) = 5.62%
BLUE value IS 36 (14.45% from 255) = 40.45%
R=53.93%
G=5.62%
B=40.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.25
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4853600.900.250.81316.7481.1310.39
Hex3052405A195113d51a
Octal6054401323112147512112
Binary1100001011001000101101011001101000110011110110100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #300524

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #300524; }

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

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

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

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

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

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

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

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