#300A25

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

Shades of Blackberry #300A25

Tints of Blackberry #300A25

Color information

#300A25 (or 0x300A25) is unknown color: approx Blackberry. HEX triplet: 30, 0A and 25. RGB value is (48,10,37). Sum of RGB (Red+Green+Blue) = 48+10+37=95 (12% of max value = 765). Red value is 48 (19.14% from 255 or 50.53% from 95); Green value is 10 (4.30% from 255 or 10.53% from 95); Blue value is 37 (14.84% from 255 or 38.95% from 95); Max value from RGB is 48 - color contains mainly: red. Hex color #300A25 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #300A25 is #CFF5DA. Grayscale: #181818. Windows color (decimal): -13628891 or 2427440. OLE color: 2427440.

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

Color convert

RGB481037-
CMYK00.790.230.81
HSL317.37º65.52%11.37%-
HSV(B)317.37º79.17%18.82%-
XYZ1.660.981.85-
YUV24.44135.09144.8-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 50.53%
GREEN value IS 10 (4.30% from 255) = 10.53%
BLUE value IS 37 (14.84% from 255) = 38.95%
R=50.53%
G=10.53%
B=38.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.23
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal48103700.790.230.81317.3765.5211.37
Hex30A2504F175113d42b
Octal60124501172712147510213
Binary11000010101001010100111110111101000110011110110000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #300A25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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