#300E25

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

Shades of Blackberry #300E25

Tints of Blackberry #300E25

Color information

#300E25 (or 0x300E25) is unknown color: approx Blackberry. HEX triplet: 30, 0E and 25. RGB value is (48,14,37). Sum of RGB (Red+Green+Blue) = 48+14+37=99 (13% of max value = 765). Red value is 48 (19.14% from 255 or 48.48% from 99); Green value is 14 (5.86% from 255 or 14.14% from 99); Blue value is 37 (14.84% from 255 or 37.37% from 99); Max value from RGB is 48 - color contains mainly: red. Hex color #300E25 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #300E25 is #CFF1DA. Grayscale: #1A1A1A. Windows color (decimal): -13627867 or 2428464. OLE color: 2428464.

HSL color Cylindrical-coordinate representation of color #300E25: hue angle of 319.41º 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 #300E25 is Cyan = 0, Magento = 0.71, Yellow = 0.23 and Black (K on CMYK) = 0.81.

Color convert

RGB481437-
CMYK00.710.230.81
HSL319.41º54.84%12.16%-
HSV(B)319.41º70.83%18.82%-
XYZ1.711.081.87-
YUV26.79133.76143.13-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 48.48%
GREEN value IS 14 (5.86% from 255) = 14.14%
BLUE value IS 37 (14.84% from 255) = 37.37%
R=48.48%
G=14.14%
B=37.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.23
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal48143700.710.230.81319.4154.8412.16
Hex30E25047175113f37c
Octal6016450107271214776714
Binary1100001110100101010001111011110100011001111111101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #300E25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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