Html Css Color HEX #2D0447 Blackcurrant

📋 copy color: '#2D0447'

red 45 ◦ green 4 ◦ blue 71

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

Shades of Blackcurrant #2D0447

Tints of Blackcurrant #2D0447

RGB

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

 GREEN value IS 4 (1.95% from 255) = 3.33%

 BLUE value IS 71 (28.13% from 255) = 59.17%

R = 37.5%
G = 3.33%
B = 59.17%

CMYK

 C value IS 0.37

 M value IS 0.94

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#2D0447 (or 0x2D0447) is known color: Blackcurrant. HEX triplet: 2D, 04 and 47. RGB value is (45,4,71). Sum of RGB (Red+Green+Blue) = 45+4+71=120 (15% of max value = 765). Red value is 45 (17.97% from 255 or 37.5% from 120); Green value is 4 (1.95% from 255 or 3.33% from 120); Blue value is 71 (28.12% from 255 or 59.17% from 120); Max value from RGB is 71 - color contains mainly: blue. Hex color #2D0447 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2D0447 is #D2FBB8. Grayscale: #171717. Windows color (decimal): -13827001 or 4654125. OLE color: 4654125.

HSL color Cylindrical-coordinate representation of color #2D0447: hue angle of 276.72º degrees, saturation: 0.89, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #2D0447 is Cyan = 0.37, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 45 4 71 -
CMYK 0.37 0.94 0 0.72
HSL 276.72º 0.89% 0.15% -
HSV(B) 276.72º 0.94% 0.28% -
XYZ 2.26 1.1 6.05 -
YUV 23.9 154.58 143.05 -
System Red Green Blue C M Y K H S L
Decimal 45 4 71 0.37 0.94 0 0.72 276.72 0.89 0.15
Hex 2D 4 47 25 5E 0 48 115 59 F
Octal 55 4 107 45 136 0 110 425 131 17
Binary 101101 100 1000111 100101 1011110 0 1001000 100010101 1011001 1111

Color Harmonies of #2D0447

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D0447

Black with #2D0447

Text Example


Text Example

White with #2D0447

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(45,4,71); }

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

background-color css

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

 a { background-color: rgb(45,4,71); }

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

border-color css

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

 span { border-color: rgb(45,4,71); }

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