#4F1833

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

Shades of Blackberry #4F1833

Tints of Blackberry #4F1833

Color information

#4F1833 (or 0x4F1833) is unknown color: approx Blackberry. HEX triplet: 4F, 18 and 33. RGB value is (79,24,51). Sum of RGB (Red+Green+Blue) = 79+24+51=154 (20% of max value = 765). Red value is 79 (31.25% from 255 or 51.30% from 154); Green value is 24 (9.77% from 255 or 15.58% from 154); Blue value is 51 (20.31% from 255 or 33.12% from 154); Max value from RGB is 79 - color contains mainly: red. Hex color #4F1833 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4F1833 is #B0E7CC. Grayscale: #2B2B2B. Windows color (decimal): -11593677 or 3348559. OLE color: 3348559.

HSL color Cylindrical-coordinate representation of color #4F1833: hue angle of 330.55º degrees, saturation: 0.53, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4F1833 is Cyan = 0, Magento = 0.70, Yellow = 0.35 and Black (K on CMYK) = 0.69.

Color convert

RGB792451-
CMYK00.700.350.69
HSL330.55º53.4%20.2%-
HSV(B)330.55º69.62%30.98%-
XYZ4.152.553.41-
YUV43.52132.22153.3-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 51.30%
GREEN value IS 24 (9.77% from 255) = 15.58%
BLUE value IS 51 (20.31% from 255) = 33.12%
R=51.30%
G=15.58%
B=33.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.35
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal79245100.700.350.69330.5553.420.2
Hex4F1833046234514b3514
Octal11730630106431055136524
Binary10011111100011001101000110100011100010110100101111010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F1833

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,24,51); }

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

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

 a { background-color: rgb(79,24,51); }

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

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

 span { border-color: rgb(79,24,51); }

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