Html Css Color HEX #2D014C Blackcurrant

📋 copy color: '#2D014C'

red 45 ◦ green 1 ◦ blue 76

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

Shades of Blackcurrant #2D014C

Tints of Blackcurrant #2D014C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 62.3%

R = 36.89%
G = 0.82%
B = 62.3%

CMYK

 C value IS 0.41

 M value IS 0.99

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#2D014C (or 0x2D014C) is known color: Blackcurrant. HEX triplet: 2D, 01 and 4C. RGB value is (45,1,76). Sum of RGB (Red+Green+Blue) = 45+1+76=122 (16% of max value = 765). Red value is 45 (17.97% from 255 or 36.89% from 122); Green value is 1 (0.78% from 255 or 0.82% from 122); Blue value is 76 (30.08% from 255 or 62.30% from 122); Max value from RGB is 76 - color contains mainly: blue. Hex color #2D014C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2D014C is #D2FEB3. Grayscale: #161616. Windows color (decimal): -13827764 or 4981037. OLE color: 4981037.

HSL color Cylindrical-coordinate representation of color #2D014C: hue angle of 275.2º 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 #2D014C is Cyan = 0.41, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 45 1 76 -
CMYK 0.41 0.99 0 0.70
HSL 275.2º 0.97% 0.15% -
HSV(B) 275.2º 0.99% 0.3% -
XYZ 2.4 1.1 6.92 -
YUV 22.71 158.08 143.9 -
System Red Green Blue C M Y K H S L
Decimal 45 1 76 0.41 0.99 0 0.70 275.2 0.97 0.15
Hex 2D 1 4C 29 63 0 46 113 61 F
Octal 55 1 114 51 143 0 106 423 141 17
Binary 101101 1 1001100 101001 1100011 0 1000110 100010011 1100001 1111

Color Harmonies of #2D014C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D014C

Black with #2D014C

Text Example


Text Example

White with #2D014C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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