#4F1A3E

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

Shades of Blackberry #4F1A3E

Tints of Blackberry #4F1A3E

Color information

#4F1A3E (or 0x4F1A3E) is unknown color: approx Blackberry. HEX triplet: 4F, 1A and 3E. RGB value is (79,26,62). Sum of RGB (Red+Green+Blue) = 79+26+62=167 (22% of max value = 765). Red value is 79 (31.25% from 255 or 47.31% from 167); Green value is 26 (10.55% from 255 or 15.57% from 167); Blue value is 62 (24.61% from 255 or 37.13% from 167); Max value from RGB is 79 - color contains mainly: red. Hex color #4F1A3E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4F1A3E is #B0E5C1. Grayscale: #2D2D2D. Windows color (decimal): -11593154 or 4069967. OLE color: 4069967.

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

Color convert

RGB792662-
CMYK00.670.220.69
HSL319.25º50.48%20.59%-
HSV(B)319.25º67.09%30.98%-
XYZ4.462.754.85-
YUV45.95137.06151.57-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 47.31%
GREEN value IS 26 (10.55% from 255) = 15.57%
BLUE value IS 62 (24.61% from 255) = 37.13%
R=47.31%
G=15.57%
B=37.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.22
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal79266200.670.220.69319.2550.4820.59
Hex4F1A3E043164513f3215
Octal11732760103261054776225
Binary1001111110101111100100001110110100010110011111111001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F1A3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,26,62); }

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

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

 a { background-color: rgb(79,26,62); }

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

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

 span { border-color: rgb(79,26,62); }

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