#300724

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

Shades of Blackberry #300724

Tints of Blackberry #300724

Color information

#300724 (or 0x300724) is unknown color: approx Blackberry. HEX triplet: 30, 07 and 24. RGB value is (48,7,36). Sum of RGB (Red+Green+Blue) = 48+7+36=91 (12% of max value = 765). Red value is 48 (19.14% from 255 or 52.75% from 91); Green value is 7 (3.12% from 255 or 7.69% from 91); Blue value is 36 (14.45% from 255 or 39.56% from 91); Max value from RGB is 48 - color contains mainly: red. Hex color #300724 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #300724 is #CFF8DB. Grayscale: #161616. Windows color (decimal): -13629660 or 2361136. OLE color: 2361136.

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

Color convert

RGB48736-
CMYK00.850.250.81
HSL317.56º74.55%10.78%-
HSV(B)317.56º85.42%18.82%-
XYZ1.610.911.76-
YUV22.56135.58146.14-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 52.75%
GREEN value IS 7 (3.12% from 255) = 7.69%
BLUE value IS 36 (14.45% from 255) = 39.56%
R=52.75%
G=7.69%
B=39.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.25
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4873600.850.250.81317.5674.5510.78
Hex30724055195113e4bb
Octal6074401253112147611313
Binary1100001111001000101010111001101000110011111010010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #300724

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #300724; }

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

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

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

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

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

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

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

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