#4F1B34

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

Shades of Blackberry #4F1B34

Tints of Blackberry #4F1B34

Color information

#4F1B34 (or 0x4F1B34) is unknown color: approx Blackberry. HEX triplet: 4F, 1B and 34. RGB value is (79,27,52). Sum of RGB (Red+Green+Blue) = 79+27+52=158 (20% of max value = 765). Red value is 79 (31.25% from 255 or 50% from 158); Green value is 27 (10.94% from 255 or 17.09% from 158); Blue value is 52 (20.70% from 255 or 32.91% from 158); Max value from RGB is 79 - color contains mainly: red. Hex color #4F1B34 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4F1B34 is #B0E4CB. Grayscale: #2D2D2D. Windows color (decimal): -11592908 or 3414863. OLE color: 3414863.

HSL color Cylindrical-coordinate representation of color #4F1B34: hue angle of 331.15º degrees, saturation: 0.49, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4F1B34 is Cyan = 0, Magento = 0.66, Yellow = 0.34 and Black (K on CMYK) = 0.69.

Color convert

RGB792752-
CMYK00.660.340.69
HSL331.15º49.06%20.78%-
HSV(B)331.15º65.82%30.98%-
XYZ4.242.693.55-
YUV45.4131.73151.97-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 50%
GREEN value IS 27 (10.94% from 255) = 17.09%
BLUE value IS 52 (20.70% from 255) = 32.91%
R=50%
G=17.09%
B=32.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.34
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal79275200.660.340.69331.1549.0620.78
Hex4F1B34042224514b3115
Octal11733640102421055136125
Binary10011111101111010001000010100010100010110100101111000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F1B34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,27,52); }

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

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

 a { background-color: rgb(79,27,52); }

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

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

 span { border-color: rgb(79,27,52); }

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