Html Css Color HEX #2F014D Blackcurrant

📋 copy color: '#2F014D'

red 47 ◦ green 1 ◦ blue 77

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

Shades of Blackcurrant #2F014D

Tints of Blackcurrant #2F014D

RGB

 RED value IS 47 (18.75% from 255) = 37.6%

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

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

R = 37.6%
G = 0.8%
B = 61.6%

CMYK

 C value IS 0.39

 M value IS 0.99

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#2F014D (or 0x2F014D) is known color: Blackcurrant. HEX triplet: 2F, 01 and 4D. RGB value is (47,1,77). Sum of RGB (Red+Green+Blue) = 47+1+77=125 (16% of max value = 765). Red value is 47 (18.75% from 255 or 37.6% from 125); Green value is 1 (0.78% from 255 or 0.8% from 125); Blue value is 77 (30.47% from 255 or 61.6% from 125); Max value from RGB is 77 - color contains mainly: blue. Hex color #2F014D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2F014D is #D0FEB2. Grayscale: #171717. Windows color (decimal): -13696691 or 5046575. OLE color: 5046575.

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

Color convert

RGB 47 1 77 -
CMYK 0.39 0.99 0 0.70
HSL 276.32º 0.97% 0.15% -
HSV(B) 276.32º 0.99% 0.3% -
XYZ 2.52 1.16 7.11 -
YUV 23.42 158.24 144.82 -
System Red Green Blue C M Y K H S L
Decimal 47 1 77 0.39 0.99 0 0.70 276.32 0.97 0.15
Hex 2F 1 4D 27 63 0 46 114 61 F
Octal 57 1 115 47 143 0 106 424 141 17
Binary 101111 1 1001101 100111 1100011 0 1000110 100010100 1100001 1111

Color Harmonies of #2F014D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F014D

Black with #2F014D

Text Example


Text Example

White with #2F014D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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