Html Css Color HEX #2F154A Blackcurrant

📋 copy color: '#2F154A'

red 47 ◦ green 21 ◦ blue 74

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

Shades of Blackcurrant #2F154A

Tints of Blackcurrant #2F154A

RGB

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

 GREEN value IS 21 (8.59% from 255) = 14.79%

 BLUE value IS 74 (29.3% from 255) = 52.11%

R = 33.1%
G = 14.79%
B = 52.11%

CMYK

 C value IS 0.36

 M value IS 0.72

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#2F154A (or 0x2F154A) is known color: Blackcurrant. HEX triplet: 2F, 15 and 4A. RGB value is (47,21,74). Sum of RGB (Red+Green+Blue) = 47+21+74=142 (18% of max value = 765). Red value is 47 (18.75% from 255 or 33.10% from 142); Green value is 21 (8.59% from 255 or 14.79% from 142); Blue value is 74 (29.30% from 255 or 52.11% from 142); Max value from RGB is 74 - color contains mainly: blue. Hex color #2F154A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2F154A is #D0EAB5. Grayscale: #222222. Windows color (decimal): -13691574 or 4855087. OLE color: 4855087.

HSL color Cylindrical-coordinate representation of color #2F154A: hue angle of 269.43º degrees, saturation: 0.56, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #2F154A is Cyan = 0.36, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 47 21 74 -
CMYK 0.36 0.72 0 0.71
HSL 269.43º 0.56% 0.19% -
HSV(B) 269.43º 0.72% 0.29% -
XYZ 2.68 1.64 6.65 -
YUV 34.82 150.11 136.69 -
System Red Green Blue C M Y K H S L
Decimal 47 21 74 0.36 0.72 0 0.71 269.43 0.56 0.19
Hex 2F 15 4A 24 48 0 47 10D 38 13
Octal 57 25 112 44 110 0 107 415 70 23
Binary 101111 10101 1001010 100100 1001000 0 1000111 100001101 111000 10011

Color Harmonies of #2F154A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F154A

Black with #2F154A

Text Example


Text Example

White with #2F154A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,21,74); }

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

background-color css

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

 a { background-color: rgb(47,21,74); }

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

border-color css

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

 span { border-color: rgb(47,21,74); }

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