Html Css Color HEX #2F0147 Blackcurrant

📋 copy color: '#2F0147'

red 47 ◦ green 1 ◦ blue 71

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

Shades of Blackcurrant #2F0147

Tints of Blackcurrant #2F0147

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 59.66%

R = 39.5%
G = 0.84%
B = 59.66%

CMYK

 C value IS 0.34

 M value IS 0.99

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#2F0147 (or 0x2F0147) is known color: Blackcurrant. HEX triplet: 2F, 01 and 47. RGB value is (47,1,71). Sum of RGB (Red+Green+Blue) = 47+1+71=119 (15% of max value = 765). Red value is 47 (18.75% from 255 or 39.50% from 119); Green value is 1 (0.78% from 255 or 0.84% from 119); Blue value is 71 (28.12% from 255 or 59.66% from 119); Max value from RGB is 71 - color contains mainly: blue. Hex color #2F0147 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2F0147 is #D0FEB8. Grayscale: #161616. Windows color (decimal): -13696697 or 4653359. OLE color: 4653359.

HSL color Cylindrical-coordinate representation of color #2F0147: hue angle of 279.43º degrees, saturation: 0.97, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #2F0147 is Cyan = 0.34, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 47 1 71 -
CMYK 0.34 0.99 0 0.72
HSL 279.43º 0.97% 0.14% -
HSV(B) 279.43º 0.99% 0.28% -
XYZ 2.32 1.08 6.05 -
YUV 22.73 155.24 145.31 -
System Red Green Blue C M Y K H S L
Decimal 47 1 71 0.34 0.99 0 0.72 279.43 0.97 0.14
Hex 2F 1 47 22 63 0 48 117 61 E
Octal 57 1 107 42 143 0 110 427 141 16
Binary 101111 1 1000111 100010 1100011 0 1001000 100010111 1100001 1110

Color Harmonies of #2F0147

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F0147

Black with #2F0147

Text Example


Text Example

White with #2F0147

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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