#4A0E2A

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

Shades of Blackberry #4A0E2A

Tints of Blackberry #4A0E2A

Color information

#4A0E2A (or 0x4A0E2A) is unknown color: approx Blackberry. HEX triplet: 4A, 0E and 2A. RGB value is (74,14,42). Sum of RGB (Red+Green+Blue) = 74+14+42=130 (17% of max value = 765). Red value is 74 (29.30% from 255 or 56.92% from 130); Green value is 14 (5.86% from 255 or 10.77% from 130); Blue value is 42 (16.80% from 255 or 32.31% from 130); Max value from RGB is 74 - color contains mainly: red. Hex color #4A0E2A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4A0E2A is #B5F1D5. Grayscale: #232323. Windows color (decimal): -11923926 or 2756170. OLE color: 2756170.

HSL color Cylindrical-coordinate representation of color #4A0E2A: hue angle of 332º degrees, saturation: 0.68, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #4A0E2A is Cyan = 0, Magento = 0.81, Yellow = 0.43 and Black (K on CMYK) = 0.71.

Color convert

RGB741442-
CMYK00.810.430.71
HSL332º68.18%17.25%-
HSV(B)332º81.08%29.02%-
XYZ3.41.942.39-
YUV35.13131.88155.72-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 56.92%
GREEN value IS 14 (5.86% from 255) = 10.77%
BLUE value IS 42 (16.80% from 255) = 32.31%
R=56.92%
G=10.77%
B=32.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.43
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal74144200.810.430.7133268.1817.25
Hex4AE2A0512B4714c4411
Octal112165201215310751410421
Binary10010101110101010010100011010111000111101001100100010010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A0E2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,14,42); }

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

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

 a { background-color: rgb(74,14,42); }

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

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

 span { border-color: rgb(74,14,42); }

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