#4F1D3A

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

Shades of Blackberry #4F1D3A

Tints of Blackberry #4F1D3A

Color information

#4F1D3A (or 0x4F1D3A) is unknown color: approx Blackberry. HEX triplet: 4F, 1D and 3A. RGB value is (79,29,58). Sum of RGB (Red+Green+Blue) = 79+29+58=166 (21% of max value = 765). Red value is 79 (31.25% from 255 or 47.59% from 166); Green value is 29 (11.72% from 255 or 17.47% from 166); Blue value is 58 (23.05% from 255 or 34.94% from 166); Max value from RGB is 79 - color contains mainly: red. Hex color #4F1D3A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4F1D3A is #B0E2C5. Grayscale: #2F2F2F. Windows color (decimal): -11592390 or 3808591. OLE color: 3808591.

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

Color convert

RGB792958-
CMYK00.630.270.69
HSL325.2º46.3%21.18%-
HSV(B)325.2º63.29%30.98%-
XYZ4.432.854.32-
YUV47.26134.06150.64-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 47.59%
GREEN value IS 29 (11.72% from 255) = 17.47%
BLUE value IS 58 (23.05% from 255) = 34.94%
R=47.59%
G=17.47%
B=34.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.27
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal79295800.630.270.69325.246.321.18
Hex4F1D3A03F1B451452e15
Octal1173572077331055055625
Binary100111111101111010011111111011100010110100010110111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F1D3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,29,58); }

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

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

 a { background-color: rgb(79,29,58); }

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

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

 span { border-color: rgb(79,29,58); }

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