#4F032B

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

Shades of Blackberry #4F032B

Tints of Blackberry #4F032B

Color information

#4F032B (or 0x4F032B) is unknown color: approx Blackberry. HEX triplet: 4F, 03 and 2B. RGB value is (79,3,43). Sum of RGB (Red+Green+Blue) = 79+3+43=125 (16% of max value = 765). Red value is 79 (31.25% from 255 or 63.2% from 125); Green value is 3 (1.56% from 255 or 2.4% from 125); Blue value is 43 (17.19% from 255 or 34.4% from 125); Max value from RGB is 79 - color contains mainly: red. Hex color #4F032B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4F032B is #B0FCD4. Grayscale: #1E1E1E. Windows color (decimal): -11599061 or 2818895. OLE color: 2818895.

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

Color convert

RGB79343-
CMYK00.960.460.69
HSL328.42º92.68%16.08%-
HSV(B)328.42º96.2%30.98%-
XYZ3.691.92.46-
YUV30.28135.18162.75-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 63.2%
GREEN value IS 3 (1.56% from 255) = 2.4%
BLUE value IS 43 (17.19% from 255) = 34.4%
R=63.2%
G=2.4%
B=34.4%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.46
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal7934300.960.460.69328.4292.6816.08
Hex4F32B0602E451485d10
Octal11735301405610551013520
Binary100111111101011011000001011101000101101001000101110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F032B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,3,43); }

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

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

 a { background-color: rgb(79,3,43); }

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

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

 span { border-color: rgb(79,3,43); }

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