#4F1029

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

Shades of Blackberry #4F1029

Tints of Blackberry #4F1029

Color information

#4F1029 (or 0x4F1029) is unknown color: approx Blackberry. HEX triplet: 4F, 10 and 29. RGB value is (79,16,41). Sum of RGB (Red+Green+Blue) = 79+16+41=136 (18% of max value = 765). Red value is 79 (31.25% from 255 or 58.09% from 136); Green value is 16 (6.64% from 255 or 11.76% from 136); Blue value is 41 (16.41% from 255 or 30.15% from 136); Max value from RGB is 79 - color contains mainly: red. Hex color #4F1029 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4F1029 is #B0EFD6. Grayscale: #252525. Windows color (decimal): -11595735 or 2691151. OLE color: 2691151.

HSL color Cylindrical-coordinate representation of color #4F1029: hue angle of 336.19º degrees, saturation: 0.66, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #4F1029 is Cyan = 0, Magento = 0.80, Yellow = 0.48 and Black (K on CMYK) = 0.69.

Color convert

RGB791641-
CMYK00.800.480.69
HSL336.19º66.32%18.63%-
HSV(B)336.19º79.75%30.98%-
XYZ3.812.192.32-
YUV37.69129.87157.47-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 58.09%
GREEN value IS 16 (6.64% from 255) = 11.76%
BLUE value IS 41 (16.41% from 255) = 30.15%
R=58.09%
G=11.76%
B=30.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.48
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal79164100.800.480.69336.1966.3218.63
Hex4F102905030451504213
Octal117205101206010552010223
Binary100111110000101001010100001100001000101101010000100001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F1029

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,16,41); }

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

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

 a { background-color: rgb(79,16,41); }

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

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

 span { border-color: rgb(79,16,41); }

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