Html Css Color HEX #2F084F Blackcurrant

📋 copy color: '#2F084F'

red 47 ◦ green 8 ◦ blue 79

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

Shades of Blackcurrant #2F084F

Tints of Blackcurrant #2F084F

RGB

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

 GREEN value IS 8 (3.52% from 255) = 5.97%

 BLUE value IS 79 (31.25% from 255) = 58.96%

R = 35.07%
G = 5.97%
B = 58.96%

CMYK

 C value IS 0.41

 M value IS 0.90

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#2F084F (or 0x2F084F) is known color: Blackcurrant. HEX triplet: 2F, 08 and 4F. RGB value is (47,8,79). Sum of RGB (Red+Green+Blue) = 47+8+79=134 (17% of max value = 765). Red value is 47 (18.75% from 255 or 35.07% from 134); Green value is 8 (3.52% from 255 or 5.97% from 134); Blue value is 79 (31.25% from 255 or 58.96% from 134); Max value from RGB is 79 - color contains mainly: blue. Hex color #2F084F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2F084F is #D0F7B0. Grayscale: #1B1B1B. Windows color (decimal): -13694897 or 5179439. OLE color: 5179439.

HSL color Cylindrical-coordinate representation of color #2F084F: hue angle of 272.96º degrees, saturation: 0.82, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #2F084F is Cyan = 0.41, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 47 8 79 -
CMYK 0.41 0.90 0 0.69
HSL 272.96º 0.82% 0.17% -
HSV(B) 272.96º 0.9% 0.31% -
XYZ 2.67 1.34 7.52 -
YUV 27.76 156.92 141.73 -
System Red Green Blue C M Y K H S L
Decimal 47 8 79 0.41 0.90 0 0.69 272.96 0.82 0.17
Hex 2F 8 4F 29 5A 0 45 111 52 11
Octal 57 10 117 51 132 0 105 421 122 21
Binary 101111 1000 1001111 101001 1011010 0 1000101 100010001 1010010 10001

Color Harmonies of #2F084F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F084F

Black with #2F084F

Text Example


Text Example

White with #2F084F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,8,79); }

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

background-color css

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

 a { background-color: rgb(47,8,79); }

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

border-color css

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

 span { border-color: rgb(47,8,79); }

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