#4A1126

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

Shades of Blackberry #4A1126

Tints of Blackberry #4A1126

Color information

#4A1126 (or 0x4A1126) is unknown color: approx Blackberry. HEX triplet: 4A, 11 and 26. RGB value is (74,17,38). Sum of RGB (Red+Green+Blue) = 74+17+38=129 (17% of max value = 765). Red value is 74 (29.30% from 255 or 57.36% from 129); Green value is 17 (7.03% from 255 or 13.18% from 129); Blue value is 38 (15.23% from 255 or 29.46% from 129); Max value from RGB is 74 - color contains mainly: red. Hex color #4A1126 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4A1126 is #B5EED9. Grayscale: #242424. Windows color (decimal): -11923162 or 2494794. OLE color: 2494794.

HSL color Cylindrical-coordinate representation of color #4A1126: hue angle of 337.89º degrees, saturation: 0.63, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #4A1126 is Cyan = 0, Magento = 0.77, Yellow = 0.49 and Black (K on CMYK) = 0.71.

Color convert

RGB741738-
CMYK00.770.490.71
HSL337.89º62.64%17.84%-
HSV(B)337.89º77.03%29.02%-
XYZ3.3722.04-
YUV36.44128.88154.79-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 57.36%
GREEN value IS 17 (7.03% from 255) = 13.18%
BLUE value IS 38 (15.23% from 255) = 29.46%
R=57.36%
G=13.18%
B=29.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.49
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal74173800.770.490.71337.8962.6417.84
Hex4A112604D31471523f12
Octal11221460115611075227722
Binary10010101000110011001001101110001100011110101001011111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A1126

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,17,38); }

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

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

 a { background-color: rgb(74,17,38); }

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

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

 span { border-color: rgb(74,17,38); }

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