#4F1730

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

Shades of Blackberry #4F1730

Tints of Blackberry #4F1730

Color information

#4F1730 (or 0x4F1730) is unknown color: approx Blackberry. HEX triplet: 4F, 17 and 30. RGB value is (79,23,48). Sum of RGB (Red+Green+Blue) = 79+23+48=150 (19% of max value = 765). Red value is 79 (31.25% from 255 or 52.67% from 150); Green value is 23 (9.38% from 255 or 15.33% from 150); Blue value is 48 (19.14% from 255 or 32% from 150); Max value from RGB is 79 - color contains mainly: red. Hex color #4F1730 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4F1730 is #B0E8CF. Grayscale: #2A2A2A. Windows color (decimal): -11593936 or 3151695. OLE color: 3151695.

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

Color convert

RGB792348-
CMYK00.710.390.69
HSL333.21º54.9%20%-
HSV(B)333.21º70.89%30.98%-
XYZ4.062.493.06-
YUV42.59131.05153.97-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 52.67%
GREEN value IS 23 (9.38% from 255) = 15.33%
BLUE value IS 48 (19.14% from 255) = 32%
R=52.67%
G=15.33%
B=32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.39
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal79234800.710.390.69333.2154.920
Hex4F1730047274514d3714
Octal11727600107471055156724
Binary10011111011111000001000111100111100010110100110111011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F1730

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,23,48); }

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

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

 a { background-color: rgb(79,23,48); }

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

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

 span { border-color: rgb(79,23,48); }

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