#300A27

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

Shades of Blackberry #300A27

Tints of Blackberry #300A27

Color information

#300A27 (or 0x300A27) is unknown color: approx Blackberry. HEX triplet: 30, 0A and 27. RGB value is (48,10,39). Sum of RGB (Red+Green+Blue) = 48+10+39=97 (12% of max value = 765). Red value is 48 (19.14% from 255 or 49.48% from 97); Green value is 10 (4.30% from 255 or 10.31% from 97); Blue value is 39 (15.62% from 255 or 40.21% from 97); Max value from RGB is 48 - color contains mainly: red. Hex color #300A27 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #300A27 is #CFF5D8. Grayscale: #181818. Windows color (decimal): -13628889 or 2558512. OLE color: 2558512.

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

Color convert

RGB481039-
CMYK00.790.190.81
HSL314.21º65.52%11.37%-
HSV(B)314.21º79.17%18.82%-
XYZ1.690.992.02-
YUV24.67136.09144.64-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 49.48%
GREEN value IS 10 (4.30% from 255) = 10.31%
BLUE value IS 39 (15.62% from 255) = 40.21%
R=49.48%
G=10.31%
B=40.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.19
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal48103900.790.190.81314.2165.5211.37
Hex30A2704F135113a42b
Octal60124701172312147210213
Binary11000010101001110100111110011101000110011101010000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #300A27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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