Html Css Color HEX #2F074E Blackcurrant

📋 copy color: '#2F074E'

red 47 ◦ green 7 ◦ blue 78

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

Shades of Blackcurrant #2F074E

Tints of Blackcurrant #2F074E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 59.09%

R = 35.61%
G = 5.3%
B = 59.09%

CMYK

 C value IS 0.40

 M value IS 0.91

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#2F074E (or 0x2F074E) is known color: Blackcurrant. HEX triplet: 2F, 07 and 4E. RGB value is (47,7,78). Sum of RGB (Red+Green+Blue) = 47+7+78=132 (17% of max value = 765). Red value is 47 (18.75% from 255 or 35.61% from 132); Green value is 7 (3.12% from 255 or 5.30% from 132); Blue value is 78 (30.86% from 255 or 59.09% from 132); Max value from RGB is 78 - color contains mainly: blue. Hex color #2F074E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2F074E is #D0F8B1. Grayscale: #1A1A1A. Windows color (decimal): -13695154 or 5113647. OLE color: 5113647.

HSL color Cylindrical-coordinate representation of color #2F074E: hue angle of 273.8º degrees, saturation: 0.84, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #2F074E is Cyan = 0.40, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 47 7 78 -
CMYK 0.40 0.91 0 0.69
HSL 273.8º 0.84% 0.17% -
HSV(B) 273.8º 0.91% 0.31% -
XYZ 2.62 1.31 7.32 -
YUV 27.05 156.75 142.23 -
System Red Green Blue C M Y K H S L
Decimal 47 7 78 0.40 0.91 0 0.69 273.8 0.84 0.17
Hex 2F 7 4E 28 5B 0 45 112 54 11
Octal 57 7 116 50 133 0 105 422 124 21
Binary 101111 111 1001110 101000 1011011 0 1000101 100010010 1010100 10001

Color Harmonies of #2F074E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F074E

Black with #2F074E

Text Example


Text Example

White with #2F074E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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