#4A102D

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

Shades of Blackberry #4A102D

Tints of Blackberry #4A102D

Color information

#4A102D (or 0x4A102D) is unknown color: approx Blackberry. HEX triplet: 4A, 10 and 2D. RGB value is (74,16,45). Sum of RGB (Red+Green+Blue) = 74+16+45=135 (17% of max value = 765). Red value is 74 (29.30% from 255 or 54.81% from 135); Green value is 16 (6.64% from 255 or 11.85% from 135); Blue value is 45 (17.97% from 255 or 33.33% from 135); Max value from RGB is 74 - color contains mainly: red. Hex color #4A102D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4A102D is #B5EFD2. Grayscale: #242424. Windows color (decimal): -11923411 or 2953290. OLE color: 2953290.

HSL color Cylindrical-coordinate representation of color #4A102D: hue angle of 330º 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 #4A102D is Cyan = 0, Magento = 0.78, Yellow = 0.39 and Black (K on CMYK) = 0.71.

Color convert

RGB741645-
CMYK00.780.390.71
HSL330º64.44%17.65%-
HSV(B)330º78.38%29.02%-
XYZ3.482.022.69-
YUV36.65132.72154.64-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 54.81%
GREEN value IS 16 (6.64% from 255) = 11.85%
BLUE value IS 45 (17.97% from 255) = 33.33%
R=54.81%
G=11.85%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.39
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal74164500.780.390.7133064.4417.65
Hex4A102D04E274714a4012
Octal112205501164710751210022
Binary100101010000101101010011101001111000111101001010100000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A102D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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