#2A011D

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

Shades of Blackberry #2A011D

Tints of Blackberry #2A011D

Color information

#2A011D (or 0x2A011D) is unknown color: approx Blackberry. HEX triplet: 2A, 01 and 1D. RGB value is (42,1,29). Sum of RGB (Red+Green+Blue) = 42+1+29=72 (9% of max value = 765). Red value is 42 (16.80% from 255 or 58.33% from 72); Green value is 1 (0.78% from 255 or 1.39% from 72); Blue value is 29 (11.72% from 255 or 40.28% from 72); Max value from RGB is 42 - color contains mainly: red. Hex color #2A011D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2A011D is #D5FEE2. Grayscale: #101010. Windows color (decimal): -14024419 or 1900842. OLE color: 1900842.

HSL color Cylindrical-coordinate representation of color #2A011D: hue angle of 319.02º 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 #2A011D is Cyan = 0, Magento = 0.98, Yellow = 0.31 and Black (K on CMYK) = 0.84.

Color convert

RGB42129-
CMYK00.980.310.84
HSL319.02º95.35%8.43%-
HSV(B)319.02º97.62%16.47%-
XYZ1.190.61.22-
YUV16.45135.08146.22-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 58.33%
GREEN value IS 1 (0.78% from 255) = 1.39%
BLUE value IS 29 (11.72% from 255) = 40.28%
R=58.33%
G=1.39%
B=40.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.31
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal4212900.980.310.84319.0295.358.43
Hex2A11D0621F5413f5f8
Octal5213501423712447713710
Binary1010101111010110001011111101010010011111110111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A011D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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