#2D183D

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

Shades of Blackcurrant #2D183D

Tints of Blackcurrant #2D183D

Color information

#2D183D (or 0x2D183D) is unknown color: approx Blackcurrant. HEX triplet: 2D, 18 and 3D. RGB value is (45,24,61). Sum of RGB (Red+Green+Blue) = 45+24+61=130 (17% of max value = 765). Red value is 45 (17.97% from 255 or 34.62% from 130); Green value is 24 (9.77% from 255 or 18.46% from 130); Blue value is 61 (24.22% from 255 or 46.92% from 130); Max value from RGB is 61 - color contains mainly: blue. Hex color #2D183D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2D183D is #D2E7C2. Grayscale: #222222. Windows color (decimal): -13821891 or 4003885. OLE color: 4003885.

HSL color Cylindrical-coordinate representation of color #2D183D: hue angle of 274.05º degrees, saturation: 0.44, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #2D183D is Cyan = 0.26, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB452461-
CMYK0.260.6100.76
HSL274.05º43.53%16.67%-
HSV(B)274.05º60.66%23.92%-
XYZ2.251.554.6-
YUV34.5142.96135.49-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 34.62%
GREEN value IS 24 (9.77% from 255) = 18.46%
BLUE value IS 61 (24.22% from 255) = 46.92%
R=34.62%
G=18.46%
B=46.92%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal4524610.260.6100.76274.0543.5316.67
Hex2D183D1A3D04C1122c11
Octal553075327501144225421
Binary10110111000111101110101111010100110010001001010110010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D183D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,24,61); }

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

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

 a { background-color: rgb(45,24,61); }

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

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

 span { border-color: rgb(45,24,61); }

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