#2A0D1E

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

Shades of Blackberry #2A0D1E

Tints of Blackberry #2A0D1E

Color information

#2A0D1E (or 0x2A0D1E) is unknown color: approx Blackberry. HEX triplet: 2A, 0D and 1E. RGB value is (42,13,30). Sum of RGB (Red+Green+Blue) = 42+13+30=85 (11% of max value = 765). Red value is 42 (16.80% from 255 or 49.41% from 85); Green value is 13 (5.47% from 255 or 15.29% from 85); Blue value is 30 (12.11% from 255 or 35.29% from 85); Max value from RGB is 42 - color contains mainly: red. Hex color #2A0D1E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2A0D1E is #D5F2E1. Grayscale: #171717. Windows color (decimal): -14021346 or 1969450. OLE color: 1969450.

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

Color convert

RGB421330-
CMYK00.690.290.84
HSL324.83º52.73%10.78%-
HSV(B)324.83º69.05%16.47%-
XYZ1.330.871.33-
YUV23.61131.61141.12-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 49.41%
GREEN value IS 13 (5.47% from 255) = 15.29%
BLUE value IS 30 (12.11% from 255) = 35.29%
R=49.41%
G=15.29%
B=35.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.29
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal42133000.690.290.84324.8352.7310.78
Hex2AD1E0451D5414535b
Octal5215360105351245056513
Binary101010110111110010001011110110101001010001011101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A0D1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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