#4A102E

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

Shades of Blackberry #4A102E

Tints of Blackberry #4A102E

Color information

#4A102E (or 0x4A102E) is unknown color: approx Blackberry. HEX triplet: 4A, 10 and 2E. RGB value is (74,16,46). Sum of RGB (Red+Green+Blue) = 74+16+46=136 (18% of max value = 765). Red value is 74 (29.30% from 255 or 54.41% from 136); Green value is 16 (6.64% from 255 or 11.76% from 136); Blue value is 46 (18.36% from 255 or 33.82% from 136); Max value from RGB is 74 - color contains mainly: red. Hex color #4A102E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4A102E is #B5EFD1. Grayscale: #242424. Windows color (decimal): -11923410 or 3018826. OLE color: 3018826.

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

Color convert

RGB741646-
CMYK00.780.380.71
HSL328.97º64.44%17.65%-
HSV(B)328.97º78.38%29.02%-
XYZ3.52.022.79-
YUV36.76133.22154.56-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 54.41%
GREEN value IS 16 (6.64% from 255) = 11.76%
BLUE value IS 46 (18.36% from 255) = 33.82%
R=54.41%
G=11.76%
B=33.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.38
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal74164600.780.380.71328.9764.4417.65
Hex4A102E04E26471494012
Octal112205601164610751110022
Binary100101010000101110010011101001101000111101001001100000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A102E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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