Html Css Color HEX #2D084D Blackcurrant

📋 copy color: '#2D084D'

red 45 ◦ green 8 ◦ blue 77

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

Shades of Blackcurrant #2D084D

Tints of Blackcurrant #2D084D

RGB

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

 GREEN value IS 8 (3.52% from 255) = 6.15%

 BLUE value IS 77 (30.47% from 255) = 59.23%

R = 34.62%
G = 6.15%
B = 59.23%

CMYK

 C value IS 0.42

 M value IS 0.90

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#2D084D (or 0x2D084D) is known color: Blackcurrant. HEX triplet: 2D, 08 and 4D. RGB value is (45,8,77). Sum of RGB (Red+Green+Blue) = 45+8+77=130 (17% of max value = 765). Red value is 45 (17.97% from 255 or 34.62% from 130); Green value is 8 (3.52% from 255 or 6.15% from 130); Blue value is 77 (30.47% from 255 or 59.23% from 130); Max value from RGB is 77 - color contains mainly: blue. Hex color #2D084D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2D084D is #D2F7B2. Grayscale: #1A1A1A. Windows color (decimal): -13825971 or 5048365. OLE color: 5048365.

HSL color Cylindrical-coordinate representation of color #2D084D: hue angle of 272.17º degrees, saturation: 0.81, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #2D084D is Cyan = 0.42, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 45 8 77 -
CMYK 0.42 0.90 0 0.70
HSL 272.17º 0.81% 0.17% -
HSV(B) 272.17º 0.9% 0.3% -
XYZ 2.51 1.27 7.13 -
YUV 26.93 156.26 140.89 -
System Red Green Blue C M Y K H S L
Decimal 45 8 77 0.42 0.90 0 0.70 272.17 0.81 0.17
Hex 2D 8 4D 2A 5A 0 46 110 51 11
Octal 55 10 115 52 132 0 106 420 121 21
Binary 101101 1000 1001101 101010 1011010 0 1000110 100010000 1010001 10001

Color Harmonies of #2D084D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D084D

Black with #2D084D

Text Example


Text Example

White with #2D084D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(45,8,77); }

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

background-color css

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

 a { background-color: rgb(45,8,77); }

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

border-color css

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

 span { border-color: rgb(45,8,77); }

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