#4F042A

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

Shades of Blackberry #4F042A

Tints of Blackberry #4F042A

Color information

#4F042A (or 0x4F042A) is unknown color: approx Blackberry. HEX triplet: 4F, 04 and 2A. RGB value is (79,4,42). Sum of RGB (Red+Green+Blue) = 79+4+42=125 (16% of max value = 765). Red value is 79 (31.25% from 255 or 63.2% from 125); Green value is 4 (1.95% from 255 or 3.2% from 125); Blue value is 42 (16.80% from 255 or 33.6% from 125); Max value from RGB is 79 - color contains mainly: red. Hex color #4F042A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4F042A is #B0FBD5. Grayscale: #1E1E1E. Windows color (decimal): -11598806 or 2753615. OLE color: 2753615.

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

Color convert

RGB79442-
CMYK00.950.470.69
HSL329.6º90.36%16.27%-
HSV(B)329.6º94.94%30.98%-
XYZ3.691.922.37-
YUV30.76134.35162.41-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 63.2%
GREEN value IS 4 (1.95% from 255) = 3.2%
BLUE value IS 42 (16.80% from 255) = 33.6%
R=63.2%
G=3.2%
B=33.6%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.47
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal7944200.950.470.69329.690.3616.27
Hex4F42A05F2F4514a5a10
Octal11745201375710551213220
Binary1001111100101010010111111011111000101101001010101101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F042A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,4,42); }

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

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

 a { background-color: rgb(79,4,42); }

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

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

 span { border-color: rgb(79,4,42); }

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