#300D25

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

Shades of Blackberry #300D25

Tints of Blackberry #300D25

Color information

#300D25 (or 0x300D25) is unknown color: approx Blackberry. HEX triplet: 30, 0D and 25. RGB value is (48,13,37). Sum of RGB (Red+Green+Blue) = 48+13+37=98 (12% of max value = 765). Red value is 48 (19.14% from 255 or 48.98% from 98); Green value is 13 (5.47% from 255 or 13.27% from 98); Blue value is 37 (14.84% from 255 or 37.76% from 98); Max value from RGB is 48 - color contains mainly: red. Hex color #300D25 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #300D25 is #CFF2DA. Grayscale: #1A1A1A. Windows color (decimal): -13628123 or 2428208. OLE color: 2428208.

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

Color convert

RGB481337-
CMYK00.730.230.81
HSL318.86º57.38%11.96%-
HSV(B)318.86º72.92%18.82%-
XYZ1.71.051.86-
YUV26.2134.1143.55-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 48.98%
GREEN value IS 13 (5.47% from 255) = 13.27%
BLUE value IS 37 (14.84% from 255) = 37.76%
R=48.98%
G=13.27%
B=37.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.23
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal48133700.730.230.81318.8657.3811.96
Hex30D25049175113f39c
Octal6015450111271214777114
Binary1100001101100101010010011011110100011001111111110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #300D25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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