Html Css Color HEX #2D004D Blackcurrant

📋 copy color: '#2D004D'

red 45 ◦ green 0 ◦ blue 77

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

Shades of Blackcurrant #2D004D

Tints of Blackcurrant #2D004D

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 36.89%
G = 0%
B = 63.11%

CMYK

 C value IS 0.42

 M value IS 1

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#2D004D (or 0x2D004D) is known color: Blackcurrant. HEX triplet: 2D, 00 and 4D. RGB value is (45,0,77). Sum of RGB (Red+Green+Blue) = 45+0+77=122 (16% of max value = 765). Red value is 45 (17.97% from 255 or 36.89% from 122); Green value is 0 (0.39% from 255 or 0% from 122); Blue value is 77 (30.47% from 255 or 63.11% from 122); Max value from RGB is 77 - color contains mainly: blue. Hex color #2D004D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2D004D is #D2FFB2. Grayscale: #151515. Windows color (decimal): -13828019 or 5046317. OLE color: 5046317.

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

Color convert

RGB 45 0 77 -
CMYK 0.42 1 0 0.70
HSL 275.06º 1% 0.15% -
HSV(B) 275.06º 1% 0.3% -
XYZ 2.42 1.09 7.1 -
YUV 22.23 158.91 144.24 -
System Red Green Blue C M Y K H S L
Decimal 45 0 77 0.42 1 0 0.70 275.06 1 0.15
Hex 2D 0 4D 2A 64 0 46 113 64 F
Octal 55 0 115 52 144 0 106 423 144 17
Binary 101101 0 1001101 101010 1100100 0 1000110 100010011 1100100 1111

Color Harmonies of #2D004D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D004D

Black with #2D004D

Text Example


Text Example

White with #2D004D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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