#2A011E

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

Shades of Blackberry #2A011E

Tints of Blackberry #2A011E

Color information

#2A011E (or 0x2A011E) is unknown color: approx Blackberry. HEX triplet: 2A, 01 and 1E. RGB value is (42,1,30). Sum of RGB (Red+Green+Blue) = 42+1+30=73 (9% of max value = 765). Red value is 42 (16.80% from 255 or 57.53% from 73); Green value is 1 (0.78% from 255 or 1.37% from 73); Blue value is 30 (12.11% from 255 or 41.10% from 73); Max value from RGB is 42 - color contains mainly: red. Hex color #2A011E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2A011E is #D5FEE1. Grayscale: #101010. Windows color (decimal): -14024418 or 1966378. OLE color: 1966378.

HSL color Cylindrical-coordinate representation of color #2A011E: hue angle of 317.56º degrees, saturation: 0.95, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #2A011E is Cyan = 0, Magento = 0.98, Yellow = 0.29 and Black (K on CMYK) = 0.84.

Color convert

RGB42130-
CMYK00.980.290.84
HSL317.56º95.35%8.43%-
HSV(B)317.56º97.62%16.47%-
XYZ1.20.611.28-
YUV16.56135.58146.14-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 57.53%
GREEN value IS 1 (0.78% from 255) = 1.37%
BLUE value IS 30 (12.11% from 255) = 41.10%
R=57.53%
G=1.37%
B=41.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.29
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal4213000.980.290.84317.5695.358.43
Hex2A11E0621D5413e5f8
Octal5213601423512447613710
Binary1010101111100110001011101101010010011111010111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A011E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2A011E; }

 p { color: rgb(42,1,30); }

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

<style>
 a { background-color: #2A011E; }

 a { background-color: rgb(42,1,30); }

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

<style>
 span { border-color: #2A011E; }

 span { border-color: rgb(42,1,30); }

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