#300A24

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

Shades of Blackberry #300A24

Tints of Blackberry #300A24

Color information

#300A24 (or 0x300A24) is unknown color: approx Blackberry. HEX triplet: 30, 0A and 24. RGB value is (48,10,36). Sum of RGB (Red+Green+Blue) = 48+10+36=94 (12% of max value = 765). Red value is 48 (19.14% from 255 or 51.06% from 94); Green value is 10 (4.30% from 255 or 10.64% from 94); Blue value is 36 (14.45% from 255 or 38.30% from 94); Max value from RGB is 48 - color contains mainly: red. Hex color #300A24 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #300A24 is #CFF5DB. Grayscale: #181818. Windows color (decimal): -13628892 or 2361904. OLE color: 2361904.

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

Color convert

RGB481036-
CMYK00.790.250.81
HSL318.95º65.52%11.37%-
HSV(B)318.95º79.17%18.82%-
XYZ1.650.971.77-
YUV24.33134.59144.89-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 51.06%
GREEN value IS 10 (4.30% from 255) = 10.64%
BLUE value IS 36 (14.45% from 255) = 38.30%
R=51.06%
G=10.64%
B=38.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.25
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal48103600.790.250.81318.9565.5211.37
Hex30A2404F195113f42b
Octal60124401173112147710213
Binary11000010101001000100111111001101000110011111110000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #300A24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #300A24; }

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

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

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

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

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

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

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

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