Html Css Color HEX #2F094D Blackcurrant

📋 copy color: '#2F094D'

red 47 ◦ green 9 ◦ blue 77

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

Shades of Blackcurrant #2F094D

Tints of Blackcurrant #2F094D

RGB

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

 GREEN value IS 9 (3.91% from 255) = 6.77%

 BLUE value IS 77 (30.47% from 255) = 57.89%

R = 35.34%
G = 6.77%
B = 57.89%

CMYK

 C value IS 0.39

 M value IS 0.88

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#2F094D (or 0x2F094D) is known color: Blackcurrant. HEX triplet: 2F, 09 and 4D. RGB value is (47,9,77). Sum of RGB (Red+Green+Blue) = 47+9+77=133 (17% of max value = 765). Red value is 47 (18.75% from 255 or 35.34% from 133); Green value is 9 (3.91% from 255 or 6.77% from 133); Blue value is 77 (30.47% from 255 or 57.89% from 133); Max value from RGB is 77 - color contains mainly: blue. Hex color #2F094D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2F094D is #D0F6B2. Grayscale: #1B1B1B. Windows color (decimal): -13694643 or 5048623. OLE color: 5048623.

HSL color Cylindrical-coordinate representation of color #2F094D: hue angle of 273.53º degrees, saturation: 0.79, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #2F094D is Cyan = 0.39, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 47 9 77 -
CMYK 0.39 0.88 0 0.70
HSL 273.53º 0.79% 0.17% -
HSV(B) 273.53º 0.88% 0.3% -
XYZ 2.61 1.34 7.14 -
YUV 28.11 155.59 141.47 -
System Red Green Blue C M Y K H S L
Decimal 47 9 77 0.39 0.88 0 0.70 273.53 0.79 0.17
Hex 2F 9 4D 27 58 0 46 112 4F 11
Octal 57 11 115 47 130 0 106 422 117 21
Binary 101111 1001 1001101 100111 1011000 0 1000110 100010010 1001111 10001

Color Harmonies of #2F094D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F094D

Black with #2F094D

Text Example


Text Example

White with #2F094D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,9,77); }

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

background-color css

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

 a { background-color: rgb(47,9,77); }

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

border-color css

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

 span { border-color: rgb(47,9,77); }

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