Html Css Color HEX #2F0449 Blackcurrant

📋 copy color: '#2F0449'

red 47 ◦ green 4 ◦ blue 73

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

Shades of Blackcurrant #2F0449

Tints of Blackcurrant #2F0449

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 58.87%

R = 37.9%
G = 3.23%
B = 58.87%

CMYK

 C value IS 0.36

 M value IS 0.95

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#2F0449 (or 0x2F0449) is known color: Blackcurrant. HEX triplet: 2F, 04 and 49. RGB value is (47,4,73). Sum of RGB (Red+Green+Blue) = 47+4+73=124 (16% of max value = 765). Red value is 47 (18.75% from 255 or 37.90% from 124); Green value is 4 (1.95% from 255 or 3.23% from 124); Blue value is 73 (28.91% from 255 or 58.87% from 124); Max value from RGB is 73 - color contains mainly: blue. Hex color #2F0449 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2F0449 is #D0FBB6. Grayscale: #181818. Windows color (decimal): -13695927 or 4785199. OLE color: 4785199.

HSL color Cylindrical-coordinate representation of color #2F0449: hue angle of 277.39º degrees, saturation: 0.9, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #2F0449 is Cyan = 0.36, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 47 4 73 -
CMYK 0.36 0.95 0 0.71
HSL 277.39º 0.9% 0.15% -
HSV(B) 277.39º 0.95% 0.29% -
XYZ 2.42 1.17 6.4 -
YUV 24.72 155.25 143.89 -
System Red Green Blue C M Y K H S L
Decimal 47 4 73 0.36 0.95 0 0.71 277.39 0.9 0.15
Hex 2F 4 49 24 5F 0 47 115 5A F
Octal 57 4 111 44 137 0 107 425 132 17
Binary 101111 100 1001001 100100 1011111 0 1000111 100010101 1011010 1111

Color Harmonies of #2F0449

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F0449

Black with #2F0449

Text Example


Text Example

White with #2F0449

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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