#301027

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

Shades of Blackberry #301027

Tints of Blackberry #301027

Color information

#301027 (or 0x301027) is unknown color: approx Blackberry. HEX triplet: 30, 10 and 27. RGB value is (48,16,39). Sum of RGB (Red+Green+Blue) = 48+16+39=103 (13% of max value = 765). Red value is 48 (19.14% from 255 or 46.60% from 103); Green value is 16 (6.64% from 255 or 15.53% from 103); Blue value is 39 (15.62% from 255 or 37.86% from 103); Max value from RGB is 48 - color contains mainly: red. Hex color #301027 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #301027 is #CFEFD8. Grayscale: #1C1C1C. Windows color (decimal): -13627353 or 2560048. OLE color: 2560048.

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

Color convert

RGB481639-
CMYK00.670.190.81
HSL316.88º50%12.55%-
HSV(B)316.88º66.67%18.82%-
XYZ1.771.152.05-
YUV28.19134.1142.13-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 46.60%
GREEN value IS 16 (6.64% from 255) = 15.53%
BLUE value IS 39 (15.62% from 255) = 37.86%
R=46.60%
G=15.53%
B=37.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.19
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal48163900.670.190.81316.885012.55
Hex301027043135113d32d
Octal6020470103231214756215
Binary11000010000100111010000111001110100011001111011100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #301027

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #301027; }

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

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

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

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

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

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

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

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