#4A041F

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

Shades of Blackberry #4A041F

Tints of Blackberry #4A041F

Color information

#4A041F (or 0x4A041F) is unknown color: approx Blackberry. HEX triplet: 4A, 04 and 1F. RGB value is (74,4,31). Sum of RGB (Red+Green+Blue) = 74+4+31=109 (14% of max value = 765). Red value is 74 (29.30% from 255 or 67.89% from 109); Green value is 4 (1.95% from 255 or 3.67% from 109); Blue value is 31 (12.5% from 255 or 28.44% from 109); Max value from RGB is 74 - color contains mainly: red. Hex color #4A041F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4A041F is #B5FBE0. Grayscale: #1B1B1B. Windows color (decimal): -11926497 or 2032714. OLE color: 2032714.

HSL color Cylindrical-coordinate representation of color #4A041F: hue angle of 336.86º degrees, saturation: 0.9, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #4A041F is Cyan = 0, Magento = 0.95, Yellow = 0.58 and Black (K on CMYK) = 0.71.

Color convert

RGB74431-
CMYK00.950.580.71
HSL336.86º89.74%15.29%-
HSV(B)336.86º94.59%29.02%-
XYZ3.111.641.45-
YUV28.01129.69160.8-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 67.89%
GREEN value IS 4 (1.95% from 255) = 3.67%
BLUE value IS 31 (12.5% from 255) = 28.44%
R=67.89%
G=3.67%
B=28.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.58
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal7443100.950.580.71336.8689.7415.29
Hex4A41F05F3A471515af
Octal11243701377210752113217
Binary10010101001111101011111111010100011110101000110110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A041F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,4,31); }

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

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

 a { background-color: rgb(74,4,31); }

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

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

 span { border-color: rgb(74,4,31); }

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