#300E24

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

Shades of Blackberry #300E24

Tints of Blackberry #300E24

Color information

#300E24 (or 0x300E24) is unknown color: approx Blackberry. HEX triplet: 30, 0E and 24. RGB value is (48,14,36). Sum of RGB (Red+Green+Blue) = 48+14+36=98 (12% of max value = 765). Red value is 48 (19.14% from 255 or 48.98% from 98); Green value is 14 (5.86% from 255 or 14.29% from 98); Blue value is 36 (14.45% from 255 or 36.73% from 98); Max value from RGB is 48 - color contains mainly: red. Hex color #300E24 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #300E24 is #CFF1DB. Grayscale: #1A1A1A. Windows color (decimal): -13627868 or 2362928. OLE color: 2362928.

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

Color convert

RGB481436-
CMYK00.710.250.81
HSL321.18º54.84%12.16%-
HSV(B)321.18º70.83%18.82%-
XYZ1.691.071.79-
YUV26.67133.26143.21-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 48.98%
GREEN value IS 14 (5.86% from 255) = 14.29%
BLUE value IS 36 (14.45% from 255) = 36.73%
R=48.98%
G=14.29%
B=36.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.25
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal48143600.710.250.81321.1854.8412.16
Hex30E24047195114137c
Octal6016440107311215016714
Binary1100001110100100010001111100110100011010000011101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #300E24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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