#300824

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

Shades of Blackberry #300824

Tints of Blackberry #300824

Color information

#300824 (or 0x300824) is unknown color: approx Blackberry. HEX triplet: 30, 08 and 24. RGB value is (48,8,36). Sum of RGB (Red+Green+Blue) = 48+8+36=92 (12% of max value = 765). Red value is 48 (19.14% from 255 or 52.17% from 92); Green value is 8 (3.52% from 255 or 8.70% from 92); Blue value is 36 (14.45% from 255 or 39.13% from 92); Max value from RGB is 48 - color contains mainly: red. Hex color #300824 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #300824 is #CFF7DB. Grayscale: #171717. Windows color (decimal): -13629404 or 2361392. OLE color: 2361392.

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

Color convert

RGB48836-
CMYK00.830.250.81
HSL318º71.43%10.98%-
HSV(B)318º83.33%18.82%-
XYZ1.620.931.76-
YUV23.15135.25145.72-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 52.17%
GREEN value IS 8 (3.52% from 255) = 8.70%
BLUE value IS 36 (14.45% from 255) = 39.13%
R=52.17%
G=8.70%
B=39.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.25
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4883600.830.250.8131871.4310.98
Hex30824053195113e47b
Octal60104401233112147610713
Binary11000010001001000101001111001101000110011111010001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #300824

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #300824; }

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

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

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

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

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

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

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

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