#4F0D2A

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

Shades of Blackberry #4F0D2A

Tints of Blackberry #4F0D2A

Color information

#4F0D2A (or 0x4F0D2A) is unknown color: approx Blackberry. HEX triplet: 4F, 0D and 2A. RGB value is (79,13,42). Sum of RGB (Red+Green+Blue) = 79+13+42=134 (17% of max value = 765). Red value is 79 (31.25% from 255 or 58.96% from 134); Green value is 13 (5.47% from 255 or 9.70% from 134); Blue value is 42 (16.80% from 255 or 31.34% from 134); Max value from RGB is 79 - color contains mainly: red. Hex color #4F0D2A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4F0D2A is #B0F2D5. Grayscale: #232323. Windows color (decimal): -11596502 or 2755919. OLE color: 2755919.

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

Color convert

RGB791342-
CMYK00.840.470.69
HSL333.64º71.74%18.04%-
HSV(B)333.64º83.54%30.98%-
XYZ3.792.122.4-
YUV36.04131.37158.64-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 58.96%
GREEN value IS 13 (5.47% from 255) = 9.70%
BLUE value IS 42 (16.80% from 255) = 31.34%
R=58.96%
G=9.70%
B=31.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.47
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal79134200.840.470.69333.6471.7418.04
Hex4FD2A0542F4514e4812
Octal117155201245710551611022
Binary10011111101101010010101001011111000101101001110100100010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F0D2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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