#2A133A

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

Shades of Blackcurrant #2A133A

Tints of Blackcurrant #2A133A

Color information

#2A133A (or 0x2A133A) is unknown color: approx Blackcurrant. HEX triplet: 2A, 13 and 3A. RGB value is (42,19,58). Sum of RGB (Red+Green+Blue) = 42+19+58=119 (15% of max value = 765). Red value is 42 (16.80% from 255 or 35.29% from 119); Green value is 19 (7.81% from 255 or 15.97% from 119); Blue value is 58 (23.05% from 255 or 48.74% from 119); Max value from RGB is 58 - color contains mainly: blue. Hex color #2A133A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2A133A is #D5ECC5. Grayscale: #1E1E1E. Windows color (decimal): -14019782 or 3805994. OLE color: 3805994.

HSL color Cylindrical-coordinate representation of color #2A133A: hue angle of 275.38º degrees, saturation: 0.51, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #2A133A is Cyan = 0.28, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB421958-
CMYK0.280.6700.77
HSL275.38º50.65%15.1%-
HSV(B)275.38º67.24%22.75%-
XYZ1.951.264.14-
YUV30.32143.62136.33-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 35.29%
GREEN value IS 19 (7.81% from 255) = 15.97%
BLUE value IS 58 (23.05% from 255) = 48.74%
R=35.29%
G=15.97%
B=48.74%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal4219580.280.6700.77275.3850.6515.1
Hex2A133A1C4304D11333f
Octal5223723410301154236317
Binary10101010011111010111001000011010011011000100111100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A133A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,19,58); }

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

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

 a { background-color: rgb(42,19,58); }

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

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

 span { border-color: rgb(42,19,58); }

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