Html Css Color HEX #2F0947 Blackcurrant

📋 copy color: '#2F0947'

red 47 ◦ green 9 ◦ blue 71

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

Shades of Blackcurrant #2F0947

Tints of Blackcurrant #2F0947

RGB

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

 GREEN value IS 9 (3.91% from 255) = 7.09%

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

R = 37.01%
G = 7.09%
B = 55.91%

CMYK

 C value IS 0.34

 M value IS 0.87

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#2F0947 (or 0x2F0947) is known color: Blackcurrant. HEX triplet: 2F, 09 and 47. RGB value is (47,9,71). Sum of RGB (Red+Green+Blue) = 47+9+71=127 (16% of max value = 765). Red value is 47 (18.75% from 255 or 37.01% from 127); Green value is 9 (3.91% from 255 or 7.09% from 127); Blue value is 71 (28.12% from 255 or 55.91% from 127); Max value from RGB is 71 - color contains mainly: blue. Hex color #2F0947 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2F0947 is #D0F6B8. Grayscale: #1B1B1B. Windows color (decimal): -13694649 or 4655407. OLE color: 4655407.

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

Color convert

RGB 47 9 71 -
CMYK 0.34 0.87 0 0.72
HSL 276.77º 0.78% 0.16% -
HSV(B) 276.77º 0.87% 0.28% -
XYZ 2.41 1.25 6.08 -
YUV 27.43 152.59 141.96 -
System Red Green Blue C M Y K H S L
Decimal 47 9 71 0.34 0.87 0 0.72 276.77 0.78 0.16
Hex 2F 9 47 22 57 0 48 115 4E 10
Octal 57 11 107 42 127 0 110 425 116 20
Binary 101111 1001 1000111 100010 1010111 0 1001000 100010101 1001110 10000

Color Harmonies of #2F0947

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F0947

Black with #2F0947

Text Example


Text Example

White with #2F0947

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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