#4A1033

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

Shades of Blackberry #4A1033

Tints of Blackberry #4A1033

Color information

#4A1033 (or 0x4A1033) is unknown color: approx Blackberry. HEX triplet: 4A, 10 and 33. RGB value is (74,16,51). Sum of RGB (Red+Green+Blue) = 74+16+51=141 (18% of max value = 765). Red value is 74 (29.30% from 255 or 52.48% from 141); Green value is 16 (6.64% from 255 or 11.35% from 141); Blue value is 51 (20.31% from 255 or 36.17% from 141); Max value from RGB is 74 - color contains mainly: red. Hex color #4A1033 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4A1033 is #B5EFCC. Grayscale: #252525. Windows color (decimal): -11923405 or 3346506. OLE color: 3346506.

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

Color convert

RGB741651-
CMYK00.780.310.71
HSL323.79º64.44%17.65%-
HSV(B)323.79º78.38%29.02%-
XYZ3.612.073.34-
YUV37.33135.72154.15-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 52.48%
GREEN value IS 16 (6.64% from 255) = 11.35%
BLUE value IS 51 (20.31% from 255) = 36.17%
R=52.48%
G=11.35%
B=36.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.31
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal74165100.780.310.71323.7964.4417.65
Hex4A103304E1F471444012
Octal112206301163710750410022
Binary10010101000011001101001110111111000111101000100100000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A1033

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,16,51); }

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

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

 a { background-color: rgb(74,16,51); }

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

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

 span { border-color: rgb(74,16,51); }

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