Html Css Color HEX #2F1147 Blackcurrant

📋 copy color: '#2F1147'

red 47 ◦ green 17 ◦ blue 71

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

Shades of Blackcurrant #2F1147

Tints of Blackcurrant #2F1147

RGB

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

 GREEN value IS 17 (7.03% from 255) = 12.59%

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

R = 34.81%
G = 12.59%
B = 52.59%

CMYK

 C value IS 0.34

 M value IS 0.76

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#2F1147 (or 0x2F1147) is known color: Blackcurrant. HEX triplet: 2F, 11 and 47. RGB value is (47,17,71). Sum of RGB (Red+Green+Blue) = 47+17+71=135 (17% of max value = 765). Red value is 47 (18.75% from 255 or 34.81% from 135); Green value is 17 (7.03% from 255 or 12.59% from 135); Blue value is 71 (28.12% from 255 or 52.59% from 135); Max value from RGB is 71 - color contains mainly: blue. Hex color #2F1147 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2F1147 is #D0EEB8. Grayscale: #1F1F1F. Windows color (decimal): -13692601 or 4657455. OLE color: 4657455.

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

Color convert

RGB 47 17 71 -
CMYK 0.34 0.76 0 0.72
HSL 273.33º 0.61% 0.17% -
HSV(B) 273.33º 0.76% 0.28% -
XYZ 2.51 1.46 6.11 -
YUV 32.13 149.94 138.61 -
System Red Green Blue C M Y K H S L
Decimal 47 17 71 0.34 0.76 0 0.72 273.33 0.61 0.17
Hex 2F 11 47 22 4C 0 48 111 3D 11
Octal 57 21 107 42 114 0 110 421 75 21
Binary 101111 10001 1000111 100010 1001100 0 1001000 100010001 111101 10001

Color Harmonies of #2F1147

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F1147

Black with #2F1147

Text Example


Text Example

White with #2F1147

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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