Html Css Color HEX #2D1347 Blackcurrant

📋 copy color: '#2D1347'

red 45 ◦ green 19 ◦ blue 71

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

Shades of Blackcurrant #2D1347

Tints of Blackcurrant #2D1347

RGB

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

 GREEN value IS 19 (7.81% from 255) = 14.07%

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

R = 33.33%
G = 14.07%
B = 52.59%

CMYK

 C value IS 0.37

 M value IS 0.73

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#2D1347 (or 0x2D1347) is known color: Blackcurrant. HEX triplet: 2D, 13 and 47. RGB value is (45,19,71). Sum of RGB (Red+Green+Blue) = 45+19+71=135 (17% of max value = 765). Red value is 45 (17.97% from 255 or 33.33% from 135); Green value is 19 (7.81% from 255 or 14.07% from 135); Blue value is 71 (28.12% from 255 or 52.59% from 135); Max value from RGB is 71 - color contains mainly: blue. Hex color #2D1347 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2D1347 is #D2ECB8. Grayscale: #202020. Windows color (decimal): -13823161 or 4657965. OLE color: 4657965.

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

Color convert

RGB 45 19 71 -
CMYK 0.37 0.73 0 0.72
HSL 270º 0.58% 0.18% -
HSV(B) 270º 0.73% 0.28% -
XYZ 2.45 1.48 6.12 -
YUV 32.7 149.61 136.77 -
System Red Green Blue C M Y K H S L
Decimal 45 19 71 0.37 0.73 0 0.72 270 0.58 0.18
Hex 2D 13 47 25 49 0 48 10E 3A 12
Octal 55 23 107 45 111 0 110 416 72 22
Binary 101101 10011 1000111 100101 1001001 0 1001000 100001110 111010 10010

Color Harmonies of #2D1347

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D1347

Black with #2D1347

Text Example


Text Example

White with #2D1347

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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