#4F1F3D

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

Shades of Blackberry #4F1F3D

Tints of Blackberry #4F1F3D

Color information

#4F1F3D (or 0x4F1F3D) is unknown color: approx Blackberry. HEX triplet: 4F, 1F and 3D. RGB value is (79,31,61). Sum of RGB (Red+Green+Blue) = 79+31+61=171 (22% of max value = 765). Red value is 79 (31.25% from 255 or 46.20% from 171); Green value is 31 (12.5% from 255 or 18.13% from 171); Blue value is 61 (24.22% from 255 or 35.67% from 171); Max value from RGB is 79 - color contains mainly: red. Hex color #4F1F3D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4F1F3D is #B0E0C2. Grayscale: #303030. Windows color (decimal): -11591875 or 4005711. OLE color: 4005711.

HSL color Cylindrical-coordinate representation of color #4F1F3D: hue angle of 322.5º degrees, saturation: 0.44, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4F1F3D is Cyan = 0, Magento = 0.61, Yellow = 0.23 and Black (K on CMYK) = 0.69.

Color convert

RGB793161-
CMYK00.610.230.69
HSL322.5º43.64%21.57%-
HSV(B)322.5º60.76%30.98%-
XYZ4.562.984.75-
YUV48.77134.9149.56-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 46.20%
GREEN value IS 31 (12.5% from 255) = 18.13%
BLUE value IS 61 (24.22% from 255) = 35.67%
R=46.20%
G=18.13%
B=35.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.23
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal79316100.610.230.69322.543.6421.57
Hex4F1F3D03D17451422c16
Octal1173775075271055025426
Binary100111111111111101011110110111100010110100001010110010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F1F3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,31,61); }

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

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

 a { background-color: rgb(79,31,61); }

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

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

 span { border-color: rgb(79,31,61); }

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