#4F0230

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

Shades of Blackberry #4F0230

Tints of Blackberry #4F0230

Color information

#4F0230 (or 0x4F0230) is unknown color: approx Blackberry. HEX triplet: 4F, 02 and 30. RGB value is (79,2,48). Sum of RGB (Red+Green+Blue) = 79+2+48=129 (17% of max value = 765). Red value is 79 (31.25% from 255 or 61.24% from 129); Green value is 2 (1.17% from 255 or 1.55% from 129); Blue value is 48 (19.14% from 255 or 37.21% from 129); Max value from RGB is 79 - color contains mainly: red. Hex color #4F0230 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4F0230 is #B0FDCF. Grayscale: #1E1E1E. Windows color (decimal): -11599312 or 3146319. OLE color: 3146319.

HSL color Cylindrical-coordinate representation of color #4F0230: hue angle of 324.16º degrees, saturation: 0.95, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #4F0230 is Cyan = 0, Magento = 0.97, Yellow = 0.39 and Black (K on CMYK) = 0.69.

Color convert

RGB79248-
CMYK00.970.390.69
HSL324.16º95.06%15.88%-
HSV(B)324.16º97.47%30.98%-
XYZ3.781.922.97-
YUV30.27138.01162.76-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 61.24%
GREEN value IS 2 (1.17% from 255) = 1.55%
BLUE value IS 48 (19.14% from 255) = 37.21%
R=61.24%
G=1.55%
B=37.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.39
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal7924800.970.390.69324.1695.0615.88
Hex4F23006127451445f10
Octal11726001414710550413720
Binary100111110110000011000011001111000101101000100101111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F0230

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,2,48); }

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

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

 a { background-color: rgb(79,2,48); }

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

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

 span { border-color: rgb(79,2,48); }

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