#2A041A

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

Shades of Blackberry #2A041A

Tints of Blackberry #2A041A

Color information

#2A041A (or 0x2A041A) is unknown color: approx Blackberry. HEX triplet: 2A, 04 and 1A. RGB value is (42,4,26). Sum of RGB (Red+Green+Blue) = 42+4+26=72 (9% of max value = 765). Red value is 42 (16.80% from 255 or 58.33% from 72); Green value is 4 (1.95% from 255 or 5.56% from 72); Blue value is 26 (10.55% from 255 or 36.11% from 72); Max value from RGB is 42 - color contains mainly: red. Hex color #2A041A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2A041A is #D5FBE5. Grayscale: #111111. Windows color (decimal): -14023654 or 1705002. OLE color: 1705002.

HSL color Cylindrical-coordinate representation of color #2A041A: hue angle of 325.26º degrees, saturation: 0.83, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #2A041A is Cyan = 0, Magento = 0.90, Yellow = 0.38 and Black (K on CMYK) = 0.84.

Color convert

RGB42426-
CMYK00.900.380.84
HSL325.26º82.61%9.02%-
HSV(B)325.26º90.48%16.47%-
XYZ1.180.651.04-
YUV17.87132.59145.21-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 58.33%
GREEN value IS 4 (1.95% from 255) = 5.56%
BLUE value IS 26 (10.55% from 255) = 36.11%
R=58.33%
G=5.56%
B=36.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.38
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal4242600.900.380.84325.2682.619.02
Hex2A41A05A2654145539
Octal5243201324612450512311
Binary1010101001101001011010100110101010010100010110100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A041A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,4,26); }

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

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

 a { background-color: rgb(42,4,26); }

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

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

 span { border-color: rgb(42,4,26); }

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