Html Css Color HEX #2F0447 Blackcurrant

📋 copy color: '#2F0447'

red 47 ◦ green 4 ◦ blue 71

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

Shades of Blackcurrant #2F0447

Tints of Blackcurrant #2F0447

RGB

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

 GREEN value IS 4 (1.95% from 255) = 3.28%

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

R = 38.52%
G = 3.28%
B = 58.2%

CMYK

 C value IS 0.34

 M value IS 0.94

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#2F0447 (or 0x2F0447) is known color: Blackcurrant. HEX triplet: 2F, 04 and 47. RGB value is (47,4,71). Sum of RGB (Red+Green+Blue) = 47+4+71=122 (16% of max value = 765). Red value is 47 (18.75% from 255 or 38.52% from 122); Green value is 4 (1.95% from 255 or 3.28% from 122); Blue value is 71 (28.12% from 255 or 58.20% from 122); Max value from RGB is 71 - color contains mainly: blue. Hex color #2F0447 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2F0447 is #D0FBB8. Grayscale: #181818. Windows color (decimal): -13695929 or 4654127. OLE color: 4654127.

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

Color convert

RGB 47 4 71 -
CMYK 0.34 0.94 0 0.72
HSL 278.51º 0.89% 0.15% -
HSV(B) 278.51º 0.94% 0.28% -
XYZ 2.35 1.15 6.06 -
YUV 24.5 154.25 144.05 -
System Red Green Blue C M Y K H S L
Decimal 47 4 71 0.34 0.94 0 0.72 278.51 0.89 0.15
Hex 2F 4 47 22 5E 0 48 117 59 F
Octal 57 4 107 42 136 0 110 427 131 17
Binary 101111 100 1000111 100010 1011110 0 1001000 100010111 1011001 1111

Color Harmonies of #2F0447

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F0447

Black with #2F0447

Text Example


Text Example

White with #2F0447

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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