#4A162F

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

Shades of Blackberry #4A162F

Tints of Blackberry #4A162F

Color information

#4A162F (or 0x4A162F) is unknown color: approx Blackberry. HEX triplet: 4A, 16 and 2F. RGB value is (74,22,47). Sum of RGB (Red+Green+Blue) = 74+22+47=143 (18% of max value = 765). Red value is 74 (29.30% from 255 or 51.75% from 143); Green value is 22 (8.98% from 255 or 15.38% from 143); Blue value is 47 (18.75% from 255 or 32.87% from 143); Max value from RGB is 74 - color contains mainly: red. Hex color #4A162F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4A162F is #B5E9D0. Grayscale: #282828. Windows color (decimal): -11921873 or 3085898. OLE color: 3085898.

HSL color Cylindrical-coordinate representation of color #4A162F: hue angle of 331.15º degrees, saturation: 0.54, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4A162F is Cyan = 0, Magento = 0.70, Yellow = 0.36 and Black (K on CMYK) = 0.71.

Color convert

RGB742247-
CMYK00.700.360.71
HSL331.15º54.17%18.82%-
HSV(B)331.15º70.27%29.02%-
XYZ3.622.232.93-
YUV40.4131.73151.97-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 51.75%
GREEN value IS 22 (8.98% from 255) = 15.38%
BLUE value IS 47 (18.75% from 255) = 32.87%
R=51.75%
G=15.38%
B=32.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.36
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal74224700.700.360.71331.1554.1718.82
Hex4A162F046244714b3613
Octal11226570106441075136623
Binary10010101011010111101000110100100100011110100101111011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A162F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,22,47); }

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

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

 a { background-color: rgb(74,22,47); }

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

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

 span { border-color: rgb(74,22,47); }

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