Html Css Color HEX #2D1439 Blackcurrant

📋 copy color: '#2D1439'

red 45 ◦ green 20 ◦ blue 57

#2D1439
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blackcurrant #2D1439

Tints of Blackcurrant #2D1439

RGB

 RED value IS 45 (17.97% from 255) = 36.89%

 GREEN value IS 20 (8.2% from 255) = 16.39%

 BLUE value IS 57 (22.66% from 255) = 46.72%

R = 36.89%
G = 16.39%
B = 46.72%

CMYK

 C value IS 0.21

 M value IS 0.65

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#2D1439 (or 0x2D1439) is known color: Blackcurrant. HEX triplet: 2D, 14 and 39. RGB value is (45,20,57). Sum of RGB (Red+Green+Blue) = 45+20+57=122 (16% of max value = 765). Red value is 45 (17.97% from 255 or 36.89% from 122); Green value is 20 (8.20% from 255 or 16.39% from 122); Blue value is 57 (22.66% from 255 or 46.72% from 122); Max value from RGB is 57 - color contains mainly: blue. Hex color #2D1439 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2D1439 is #D2EBC6. Grayscale: #1F1F1F. Windows color (decimal): -13822919 or 3740717. OLE color: 3740717.

HSL color Cylindrical-coordinate representation of color #2D1439: hue angle of 280.54º degrees, saturation: 0.48, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #2D1439 is Cyan = 0.21, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB 45 20 57 -
CMYK 0.21 0.65 0 0.78
HSL 280.54º 0.48% 0.15% -
HSV(B) 280.54º 0.65% 0.22% -
XYZ 2.07 1.35 4.02 -
YUV 31.69 142.28 137.49 -
System Red Green Blue C M Y K H S L
Decimal 45 20 57 0.21 0.65 0 0.78 280.54 0.48 0.15
Hex 2D 14 39 15 41 0 4E 119 30 F
Octal 55 24 71 25 101 0 116 431 60 17
Binary 101101 10100 111001 10101 1000001 0 1001110 100011001 110000 1111

Color Harmonies of #2D1439

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D1439

Black with #2D1439

Text Example


Text Example

White with #2D1439

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(45,20,57); }

 H1.HeaderClassName
 {
   color: #2D1439;
 }
 .AnyTagClassName
 {
   color: #2D1439;
 }
</style>

background-color css

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

 a { background-color: rgb(45,20,57); }

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

border-color css

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

 span { border-color: rgb(45,20,57); }

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