#300024

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

Shades of Blackberry #300024

Tints of Blackberry #300024

Color information

#300024 (or 0x300024) is unknown color: approx Blackberry. HEX triplet: 30, 00 and 24. RGB value is (48,0,36). Sum of RGB (Red+Green+Blue) = 48+0+36=84 (11% of max value = 765). Red value is 48 (19.14% from 255 or 57.14% from 84); Green value is 0 (0.39% from 255 or 0% from 84); Blue value is 36 (14.45% from 255 or 42.86% from 84); Max value from RGB is 48 - color contains mainly: red. Hex color #300024 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #300024 is #CFFFDB. Grayscale: #121212. Windows color (decimal): -13631452 or 2359344. OLE color: 2359344.

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

Color convert

RGB48036-
CMYK010.250.81
HSL315º100%9.41%-
HSV(B)315º100%18.82%-
XYZ1.540.761.73-
YUV18.46137.9149.07-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 57.14%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 36 (14.45% from 255) = 42.86%
R=57.14%
G=0%
B=42.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.25
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal48036010.250.813151009.41
Hex30024064195113b649
Octal6004401443112147314411
Binary11000001001000110010011001101000110011101111001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #300024

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #300024; }

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

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

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

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

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

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

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

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