#2A133D

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

Shades of Blackcurrant #2A133D

Tints of Blackcurrant #2A133D

Color information

#2A133D (or 0x2A133D) is unknown color: approx Blackcurrant. HEX triplet: 2A, 13 and 3D. RGB value is (42,19,61). Sum of RGB (Red+Green+Blue) = 42+19+61=122 (16% of max value = 765). Red value is 42 (16.80% from 255 or 34.43% from 122); Green value is 19 (7.81% from 255 or 15.57% from 122); Blue value is 61 (24.22% from 255 or 50% from 122); Max value from RGB is 61 - color contains mainly: blue. Hex color #2A133D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2A133D is #D5ECC2. Grayscale: #1E1E1E. Windows color (decimal): -14019779 or 4002602. OLE color: 4002602.

HSL color Cylindrical-coordinate representation of color #2A133D: hue angle of 272.86º degrees, saturation: 0.52, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #2A133D is Cyan = 0.31, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB421961-
CMYK0.310.6900.76
HSL272.86º52.5%15.69%-
HSV(B)272.86º68.85%23.92%-
XYZ2.031.294.56-
YUV30.66145.12136.08-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 34.43%
GREEN value IS 19 (7.81% from 255) = 15.57%
BLUE value IS 61 (24.22% from 255) = 50%
R=34.43%
G=15.57%
B=50%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal4219610.310.6900.76272.8652.515.69
Hex2A133D1F4504C1113410
Octal5223753710501144216420
Binary101010100111111011111110001010100110010001000111010010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A133D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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