#4F1A35

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

Shades of Blackberry #4F1A35

Tints of Blackberry #4F1A35

Color information

#4F1A35 (or 0x4F1A35) is unknown color: approx Blackberry. HEX triplet: 4F, 1A and 35. RGB value is (79,26,53). Sum of RGB (Red+Green+Blue) = 79+26+53=158 (20% of max value = 765). Red value is 79 (31.25% from 255 or 50% from 158); Green value is 26 (10.55% from 255 or 16.46% from 158); Blue value is 53 (21.09% from 255 or 33.54% from 158); Max value from RGB is 79 - color contains mainly: red. Hex color #4F1A35 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4F1A35 is #B0E5CA. Grayscale: #2C2C2C. Windows color (decimal): -11593163 or 3480143. OLE color: 3480143.

HSL color Cylindrical-coordinate representation of color #4F1A35: hue angle of 329.43º 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 #4F1A35 is Cyan = 0, Magento = 0.67, Yellow = 0.33 and Black (K on CMYK) = 0.69.

Color convert

RGB792653-
CMYK00.670.330.69
HSL329.43º50.48%20.59%-
HSV(B)329.43º67.09%30.98%-
XYZ4.242.663.66-
YUV44.92132.56152.3-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 50%
GREEN value IS 26 (10.55% from 255) = 16.46%
BLUE value IS 53 (21.09% from 255) = 33.54%
R=50%
G=16.46%
B=33.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.33
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal79265300.670.330.69329.4350.4820.59
Hex4F1A3504321451493215
Octal11732650103411055116225
Binary10011111101011010101000011100001100010110100100111001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F1A35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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