#300627

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

Shades of Blackberry #300627

Tints of Blackberry #300627

Color information

#300627 (or 0x300627) is unknown color: approx Blackberry. HEX triplet: 30, 06 and 27. RGB value is (48,6,39). Sum of RGB (Red+Green+Blue) = 48+6+39=93 (12% of max value = 765). Red value is 48 (19.14% from 255 or 51.61% from 93); Green value is 6 (2.73% from 255 or 6.45% from 93); Blue value is 39 (15.62% from 255 or 41.94% from 93); Max value from RGB is 48 - color contains mainly: red. Hex color #300627 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #300627 is #CFF9D8. Grayscale: #161616. Windows color (decimal): -13629913 or 2557488. OLE color: 2557488.

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

Color convert

RGB48639-
CMYK00.870.190.81
HSL312.86º77.78%10.59%-
HSV(B)312.86º87.5%18.82%-
XYZ1.650.912.01-
YUV22.32137.41146.32-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 51.61%
GREEN value IS 6 (2.73% from 255) = 6.45%
BLUE value IS 39 (15.62% from 255) = 41.94%
R=51.61%
G=6.45%
B=41.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.19
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4863900.870.190.81312.8677.7810.59
Hex3062705713511394eb
Octal6064701272312147111613
Binary1100001101001110101011110011101000110011100110011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #300627

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #300627; }

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

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

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

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

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

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

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

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