#4F0027

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

Shades of Blackberry #4F0027

Tints of Blackberry #4F0027

Color information

#4F0027 (or 0x4F0027) is unknown color: approx Blackberry. HEX triplet: 4F, 00 and 27. RGB value is (79,0,39). Sum of RGB (Red+Green+Blue) = 79+0+39=118 (15% of max value = 765). Red value is 79 (31.25% from 255 or 66.95% from 118); Green value is 0 (0.39% from 255 or 0% from 118); Blue value is 39 (15.62% from 255 or 33.05% from 118); Max value from RGB is 79 - color contains mainly: red. Hex color #4F0027 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4F0027 is #B0FFD8. Grayscale: #1B1B1B. Windows color (decimal): -11599833 or 2555983. OLE color: 2555983.

HSL color Cylindrical-coordinate representation of color #4F0027: hue angle of 330.38º degrees, saturation: 1, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 1%. Process color model (Four color, CMYK) of #4F0027 is Cyan = 0, Magento = 1, Yellow = 0.51 and Black (K on CMYK) = 0.69.

Color convert

RGB79039-
CMYK010.510.69
HSL330.38º100%15.49%-
HSV(B)330.38º100%30.98%-
XYZ3.591.812.08-
YUV28.07134.17164.33-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 66.95%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 39 (15.62% from 255) = 33.05%
R=66.95%
G=0%
B=33.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.51
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal79039010.510.69330.3810015.49
Hex4F027064334514a64f
Octal11704701446310551214417
Binary1001111010011101100100110011100010110100101011001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F0027

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4F0027; }

 p { color: rgb(79,0,39); }

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

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

 a { background-color: rgb(79,0,39); }

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

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

 span { border-color: rgb(79,0,39); }

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