#4F0D27

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

Shades of Blackberry #4F0D27

Tints of Blackberry #4F0D27

Color information

#4F0D27 (or 0x4F0D27) is unknown color: approx Blackberry. HEX triplet: 4F, 0D and 27. RGB value is (79,13,39). Sum of RGB (Red+Green+Blue) = 79+13+39=131 (17% of max value = 765). Red value is 79 (31.25% from 255 or 60.31% from 131); Green value is 13 (5.47% from 255 or 9.92% from 131); Blue value is 39 (15.62% from 255 or 29.77% from 131); Max value from RGB is 79 - color contains mainly: red. Hex color #4F0D27 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4F0D27 is #B0F2D8. Grayscale: #232323. Windows color (decimal): -11596505 or 2559311. OLE color: 2559311.

HSL color Cylindrical-coordinate representation of color #4F0D27: hue angle of 336.36º degrees, saturation: 0.72, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #4F0D27 is Cyan = 0, Magento = 0.84, Yellow = 0.51 and Black (K on CMYK) = 0.69.

Color convert

RGB791339-
CMYK00.840.510.69
HSL336.36º71.74%18.04%-
HSV(B)336.36º83.54%30.98%-
XYZ3.732.12.13-
YUV35.7129.87158.89-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 60.31%
GREEN value IS 13 (5.47% from 255) = 9.92%
BLUE value IS 39 (15.62% from 255) = 29.77%
R=60.31%
G=9.92%
B=29.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.51
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal79133900.840.510.69336.3671.7418.04
Hex4FD2705433451504812
Octal117154701246310552011022
Binary10011111101100111010101001100111000101101010000100100010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F0D27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,13,39); }

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

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

 a { background-color: rgb(79,13,39); }

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

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

 span { border-color: rgb(79,13,39); }

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