#4F0321

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

Shades of Blackberry #4F0321

Tints of Blackberry #4F0321

Color information

#4F0321 (or 0x4F0321) is unknown color: approx Blackberry. HEX triplet: 4F, 03 and 21. RGB value is (79,3,33). Sum of RGB (Red+Green+Blue) = 79+3+33=115 (15% of max value = 765). Red value is 79 (31.25% from 255 or 68.70% from 115); Green value is 3 (1.56% from 255 or 2.61% from 115); Blue value is 33 (13.28% from 255 or 28.70% from 115); Max value from RGB is 79 - color contains mainly: red. Hex color #4F0321 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4F0321 is #B0FCDE. Grayscale: #1D1D1D. Windows color (decimal): -11599071 or 2163535. OLE color: 2163535.

HSL color Cylindrical-coordinate representation of color #4F0321: hue angle of 336.32º 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 #4F0321 is Cyan = 0, Magento = 0.96, Yellow = 0.58 and Black (K on CMYK) = 0.69.

Color convert

RGB79333-
CMYK00.960.580.69
HSL336.32º92.68%16.08%-
HSV(B)336.32º96.2%30.98%-
XYZ3.531.841.61-
YUV29.14130.18163.56-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 68.70%
GREEN value IS 3 (1.56% from 255) = 2.61%
BLUE value IS 33 (13.28% from 255) = 28.70%
R=68.70%
G=2.61%
B=28.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.58
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal7933300.960.580.69336.3292.6816.08
Hex4F3210603A451505d10
Octal11734101407210552013520
Binary100111111100001011000001110101000101101010000101110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F0321

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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