Html Css Color HEX #2F094C Blackcurrant

📋 copy color: '#2F094C'

red 47 ◦ green 9 ◦ blue 76

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

Shades of Blackcurrant #2F094C

Tints of Blackcurrant #2F094C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 57.58%

R = 35.61%
G = 6.82%
B = 57.58%

CMYK

 C value IS 0.38

 M value IS 0.88

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#2F094C (or 0x2F094C) is known color: Blackcurrant. HEX triplet: 2F, 09 and 4C. RGB value is (47,9,76). Sum of RGB (Red+Green+Blue) = 47+9+76=132 (17% of max value = 765). Red value is 47 (18.75% from 255 or 35.61% from 132); Green value is 9 (3.91% from 255 or 6.82% from 132); Blue value is 76 (30.08% from 255 or 57.58% from 132); Max value from RGB is 76 - color contains mainly: blue. Hex color #2F094C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2F094C is #D0F6B3. Grayscale: #1B1B1B. Windows color (decimal): -13694644 or 4983087. OLE color: 4983087.

HSL color Cylindrical-coordinate representation of color #2F094C: hue angle of 274.03º 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 #2F094C is Cyan = 0.38, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 47 9 76 -
CMYK 0.38 0.88 0 0.70
HSL 274.03º 0.79% 0.17% -
HSV(B) 274.03º 0.88% 0.3% -
XYZ 2.57 1.32 6.96 -
YUV 28 155.09 141.55 -
System Red Green Blue C M Y K H S L
Decimal 47 9 76 0.38 0.88 0 0.70 274.03 0.79 0.17
Hex 2F 9 4C 26 58 0 46 112 4F 11
Octal 57 11 114 46 130 0 106 422 117 21
Binary 101111 1001 1001100 100110 1011000 0 1000110 100010010 1001111 10001

Color Harmonies of #2F094C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F094C

Black with #2F094C

Text Example


Text Example

White with #2F094C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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