#4F1230

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

Shades of Blackberry #4F1230

Tints of Blackberry #4F1230

Color information

#4F1230 (or 0x4F1230) is unknown color: approx Blackberry. HEX triplet: 4F, 12 and 30. RGB value is (79,18,48). Sum of RGB (Red+Green+Blue) = 79+18+48=145 (19% of max value = 765). Red value is 79 (31.25% from 255 or 54.48% from 145); Green value is 18 (7.42% from 255 or 12.41% from 145); Blue value is 48 (19.14% from 255 or 33.10% from 145); Max value from RGB is 79 - color contains mainly: red. Hex color #4F1230 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4F1230 is #B0EDCF. Grayscale: #272727. Windows color (decimal): -11595216 or 3150415. OLE color: 3150415.

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

Color convert

RGB791848-
CMYK00.770.390.69
HSL330.49º62.89%19.02%-
HSV(B)330.49º77.22%30.98%-
XYZ3.972.313.03-
YUV39.66132.71156.06-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 54.48%
GREEN value IS 18 (7.42% from 255) = 12.41%
BLUE value IS 48 (19.14% from 255) = 33.10%
R=54.48%
G=12.41%
B=33.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.39
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal79184800.770.390.69330.4962.8919.02
Hex4F123004D274514a3f13
Octal11722600115471055127723
Binary10011111001011000001001101100111100010110100101011111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F1230

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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