#2A0321

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

Shades of Blackberry #2A0321

Tints of Blackberry #2A0321

Color information

#2A0321 (or 0x2A0321) is unknown color: approx Blackberry. HEX triplet: 2A, 03 and 21. RGB value is (42,3,33). Sum of RGB (Red+Green+Blue) = 42+3+33=78 (10% of max value = 765). Red value is 42 (16.80% from 255 or 53.85% from 78); Green value is 3 (1.56% from 255 or 3.85% from 78); Blue value is 33 (13.28% from 255 or 42.31% from 78); Max value from RGB is 42 - color contains mainly: red. Hex color #2A0321 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2A0321 is #D5FCDE. Grayscale: #121212. Windows color (decimal): -14023903 or 2163498. OLE color: 2163498.

HSL color Cylindrical-coordinate representation of color #2A0321: hue angle of 313.85º degrees, saturation: 0.87, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #2A0321 is Cyan = 0, Magento = 0.93, Yellow = 0.21 and Black (K on CMYK) = 0.84.

Color convert

RGB42333-
CMYK00.930.210.84
HSL313.85º86.67%8.82%-
HSV(B)313.85º92.86%16.47%-
XYZ1.260.671.5-
YUV18.08136.42145.06-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 53.85%
GREEN value IS 3 (1.56% from 255) = 3.85%
BLUE value IS 33 (13.28% from 255) = 42.31%
R=53.85%
G=3.85%
B=42.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.21
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal4233300.930.210.84313.8586.678.82
Hex2A32105D155413a579
Octal5234101352512447212711
Binary101010111000010101110110101101010010011101010101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A0321

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,3,33); }

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

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

 a { background-color: rgb(42,3,33); }

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

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

 span { border-color: rgb(42,3,33); }

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