#300A28

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

Shades of Blackberry #300A28

Tints of Blackberry #300A28

Color information

#300A28 (or 0x300A28) is unknown color: approx Blackberry. HEX triplet: 30, 0A and 28. RGB value is (48,10,40). Sum of RGB (Red+Green+Blue) = 48+10+40=98 (12% of max value = 765). Red value is 48 (19.14% from 255 or 48.98% from 98); Green value is 10 (4.30% from 255 or 10.20% from 98); Blue value is 40 (16.02% from 255 or 40.82% from 98); Max value from RGB is 48 - color contains mainly: red. Hex color #300A28 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #300A28 is #CFF5D7. Grayscale: #181818. Windows color (decimal): -13628888 or 2624048. OLE color: 2624048.

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

Color convert

RGB481040-
CMYK00.790.170.81
HSL312.63º65.52%11.37%-
HSV(B)312.63º79.17%18.82%-
XYZ1.7112.11-
YUV24.78136.59144.56-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 48.98%
GREEN value IS 10 (4.30% from 255) = 10.20%
BLUE value IS 40 (16.02% from 255) = 40.82%
R=48.98%
G=10.20%
B=40.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.17
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal48104000.790.170.81312.6365.5211.37
Hex30A2804F115113942b
Octal60125001172112147110213
Binary11000010101010000100111110001101000110011100110000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #300A28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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