Html Css Color HEX #2F054D Blackcurrant

📋 copy color: '#2F054D'

red 47 ◦ green 5 ◦ blue 77

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

Shades of Blackcurrant #2F054D

Tints of Blackcurrant #2F054D

RGB

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

 GREEN value IS 5 (2.34% from 255) = 3.88%

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

R = 36.43%
G = 3.88%
B = 59.69%

CMYK

 C value IS 0.39

 M value IS 0.94

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#2F054D (or 0x2F054D) is known color: Blackcurrant. HEX triplet: 2F, 05 and 4D. RGB value is (47,5,77). Sum of RGB (Red+Green+Blue) = 47+5+77=129 (17% of max value = 765). Red value is 47 (18.75% from 255 or 36.43% from 129); Green value is 5 (2.34% from 255 or 3.88% from 129); Blue value is 77 (30.47% from 255 or 59.69% from 129); Max value from RGB is 77 - color contains mainly: blue. Hex color #2F054D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2F054D is #D0FAB2. Grayscale: #191919. Windows color (decimal): -13695667 or 5047599. OLE color: 5047599.

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

Color convert

RGB 47 5 77 -
CMYK 0.39 0.94 0 0.70
HSL 275º 0.88% 0.16% -
HSV(B) 275º 0.94% 0.3% -
XYZ 2.57 1.25 7.13 -
YUV 25.77 156.91 143.15 -
System Red Green Blue C M Y K H S L
Decimal 47 5 77 0.39 0.94 0 0.70 275 0.88 0.16
Hex 2F 5 4D 27 5E 0 46 113 58 10
Octal 57 5 115 47 136 0 106 423 130 20
Binary 101111 101 1001101 100111 1011110 0 1000110 100010011 1011000 10000

Color Harmonies of #2F054D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F054D

Black with #2F054D

Text Example


Text Example

White with #2F054D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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