#300927

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

Shades of Blackberry #300927

Tints of Blackberry #300927

Color information

#300927 (or 0x300927) is unknown color: approx Blackberry. HEX triplet: 30, 09 and 27. RGB value is (48,9,39). Sum of RGB (Red+Green+Blue) = 48+9+39=96 (12% of max value = 765). Red value is 48 (19.14% from 255 or 50% from 96); Green value is 9 (3.91% from 255 or 9.38% from 96); Blue value is 39 (15.62% from 255 or 40.62% from 96); Max value from RGB is 48 - color contains mainly: red. Hex color #300927 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #300927 is #CFF6D8. Grayscale: #171717. Windows color (decimal): -13629145 or 2558256. OLE color: 2558256.

HSL color Cylindrical-coordinate representation of color #300927: hue angle of 313.85º degrees, saturation: 0.68, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #300927 is Cyan = 0, Magento = 0.81, Yellow = 0.19 and Black (K on CMYK) = 0.81.

Color convert

RGB48939-
CMYK00.810.190.81
HSL313.85º68.42%11.18%-
HSV(B)313.85º81.25%18.82%-
XYZ1.680.972.02-
YUV24.08136.42145.06-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 50%
GREEN value IS 9 (3.91% from 255) = 9.38%
BLUE value IS 39 (15.62% from 255) = 40.62%
R=50%
G=9.38%
B=40.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.19
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4893900.810.190.81313.8568.4211.18
Hex30927051135113a44b
Octal60114701212312147210413
Binary11000010011001110101000110011101000110011101010001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #300927

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #300927; }

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

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

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

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

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

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

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

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