#2A183F

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

Shades of Blackcurrant #2A183F

Tints of Blackcurrant #2A183F

Color information

#2A183F (or 0x2A183F) is unknown color: approx Blackcurrant. HEX triplet: 2A, 18 and 3F. RGB value is (42,24,63). Sum of RGB (Red+Green+Blue) = 42+24+63=129 (17% of max value = 765). Red value is 42 (16.80% from 255 or 32.56% from 129); Green value is 24 (9.77% from 255 or 18.60% from 129); Blue value is 63 (25% from 255 or 48.84% from 129); Max value from RGB is 63 - color contains mainly: blue. Hex color #2A183F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2A183F is #D5E7C0. Grayscale: #212121. Windows color (decimal): -14018497 or 4134954. OLE color: 4134954.

HSL color Cylindrical-coordinate representation of color #2A183F: hue angle of 267.69º degrees, saturation: 0.45, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #2A183F is Cyan = 0.33, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB422463-
CMYK0.330.6200.75
HSL267.69º44.83%17.06%-
HSV(B)267.69º61.9%24.71%-
XYZ2.181.54.88-
YUV33.83144.46133.83-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 32.56%
GREEN value IS 24 (9.77% from 255) = 18.60%
BLUE value IS 63 (25% from 255) = 48.84%
R=32.56%
G=18.60%
B=48.84%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal4224630.330.6200.75267.6944.8317.06
Hex2A183F213E04B10c2d11
Octal523077417601134145521
Binary101010110001111111000011111100100101110000110010110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A183F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,24,63); }

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

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

 a { background-color: rgb(42,24,63); }

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

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

 span { border-color: rgb(42,24,63); }

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