Html Css Color HEX #2D014D Blackcurrant

📋 copy color: '#2D014D'

red 45 ◦ green 1 ◦ blue 77

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

Shades of Blackcurrant #2D014D

Tints of Blackcurrant #2D014D

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.81%

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

R = 36.59%
G = 0.81%
B = 62.6%

CMYK

 C value IS 0.42

 M value IS 0.99

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#2D014D (or 0x2D014D) is known color: Blackcurrant. HEX triplet: 2D, 01 and 4D. RGB value is (45,1,77). Sum of RGB (Red+Green+Blue) = 45+1+77=123 (16% of max value = 765). Red value is 45 (17.97% from 255 or 36.59% from 123); Green value is 1 (0.78% from 255 or 0.81% from 123); Blue value is 77 (30.47% from 255 or 62.60% from 123); Max value from RGB is 77 - color contains mainly: blue. Hex color #2D014D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2D014D is #D2FEB2. Grayscale: #161616. Windows color (decimal): -13827763 or 5046573. OLE color: 5046573.

HSL color Cylindrical-coordinate representation of color #2D014D: hue angle of 274.74º degrees, saturation: 0.97, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #2D014D is Cyan = 0.42, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 45 1 77 -
CMYK 0.42 0.99 0 0.70
HSL 274.74º 0.97% 0.15% -
HSV(B) 274.74º 0.99% 0.3% -
XYZ 2.43 1.12 7.11 -
YUV 22.82 158.58 143.82 -
System Red Green Blue C M Y K H S L
Decimal 45 1 77 0.42 0.99 0 0.70 274.74 0.97 0.15
Hex 2D 1 4D 2A 63 0 46 113 61 F
Octal 55 1 115 52 143 0 106 423 141 17
Binary 101101 1 1001101 101010 1100011 0 1000110 100010011 1100001 1111

Color Harmonies of #2D014D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D014D

Black with #2D014D

Text Example


Text Example

White with #2D014D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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