#300827

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

Shades of Blackberry #300827

Tints of Blackberry #300827

Color information

#300827 (or 0x300827) is unknown color: approx Blackberry. HEX triplet: 30, 08 and 27. RGB value is (48,8,39). Sum of RGB (Red+Green+Blue) = 48+8+39=95 (12% of max value = 765). Red value is 48 (19.14% from 255 or 50.53% from 95); Green value is 8 (3.52% from 255 or 8.42% from 95); Blue value is 39 (15.62% from 255 or 41.05% from 95); Max value from RGB is 48 - color contains mainly: red. Hex color #300827 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #300827 is #CFF7D8. Grayscale: #171717. Windows color (decimal): -13629401 or 2558000. OLE color: 2558000.

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

Color convert

RGB48839-
CMYK00.830.190.81
HSL313.5º71.43%10.98%-
HSV(B)313.5º83.33%18.82%-
XYZ1.670.952.01-
YUV23.49136.75145.48-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 50.53%
GREEN value IS 8 (3.52% from 255) = 8.42%
BLUE value IS 39 (15.62% from 255) = 41.05%
R=50.53%
G=8.42%
B=41.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.19
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4883900.830.190.81313.571.4310.98
Hex30827053135113a47b
Octal60104701232312147210713
Binary11000010001001110101001110011101000110011101010001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #300827

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #300827; }

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

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

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

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

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

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

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

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