#4F1641

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

Shades of Blackberry #4F1641

Tints of Blackberry #4F1641

Color information

#4F1641 (or 0x4F1641) is unknown color: approx Blackberry. HEX triplet: 4F, 16 and 41. RGB value is (79,22,65). Sum of RGB (Red+Green+Blue) = 79+22+65=166 (21% of max value = 765). Red value is 79 (31.25% from 255 or 47.59% from 166); Green value is 22 (8.98% from 255 or 13.25% from 166); Blue value is 65 (25.78% from 255 or 39.16% from 166); Max value from RGB is 79 - color contains mainly: red. Hex color #4F1641 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4F1641 is #B0E9BE. Grayscale: #2B2B2B. Windows color (decimal): -11594175 or 4265551. OLE color: 4265551.

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

Color convert

RGB792265-
CMYK00.720.180.69
HSL314.74º56.44%19.8%-
HSV(B)314.74º72.15%30.98%-
XYZ4.472.625.27-
YUV43.94139.88153-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 47.59%
GREEN value IS 22 (8.98% from 255) = 13.25%
BLUE value IS 65 (25.78% from 255) = 39.16%
R=47.59%
G=13.25%
B=39.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.18
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal79226500.720.180.69314.7456.4419.8
Hex4F1641048124513b3814
Octal117261010110221054737024
Binary10011111011010000010100100010010100010110011101111100010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F1641

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,22,65); }

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

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

 a { background-color: rgb(79,22,65); }

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

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

 span { border-color: rgb(79,22,65); }

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