Html Css Color HEX #2F0747 Blackcurrant

📋 copy color: '#2F0747'

red 47 ◦ green 7 ◦ blue 71

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

Shades of Blackcurrant #2F0747

Tints of Blackcurrant #2F0747

RGB

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

 GREEN value IS 7 (3.13% from 255) = 5.6%

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

R = 37.6%
G = 5.6%
B = 56.8%

CMYK

 C value IS 0.34

 M value IS 0.90

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#2F0747 (or 0x2F0747) is known color: Blackcurrant. HEX triplet: 2F, 07 and 47. RGB value is (47,7,71). Sum of RGB (Red+Green+Blue) = 47+7+71=125 (16% of max value = 765). Red value is 47 (18.75% from 255 or 37.6% from 125); Green value is 7 (3.12% from 255 or 5.6% from 125); Blue value is 71 (28.12% from 255 or 56.8% from 125); Max value from RGB is 71 - color contains mainly: blue. Hex color #2F0747 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2F0747 is #D0F8B8. Grayscale: #1A1A1A. Windows color (decimal): -13695161 or 4654895. OLE color: 4654895.

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

Color convert

RGB 47 7 71 -
CMYK 0.34 0.90 0 0.72
HSL 277.5º 0.82% 0.15% -
HSV(B) 277.5º 0.9% 0.28% -
XYZ 2.39 1.21 6.07 -
YUV 26.26 153.25 142.8 -
System Red Green Blue C M Y K H S L
Decimal 47 7 71 0.34 0.90 0 0.72 277.5 0.82 0.15
Hex 2F 7 47 22 5A 0 48 116 52 F
Octal 57 7 107 42 132 0 110 426 122 17
Binary 101111 111 1000111 100010 1011010 0 1001000 100010110 1010010 1111

Color Harmonies of #2F0747

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F0747

Black with #2F0747

Text Example


Text Example

White with #2F0747

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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