Html Css Color HEX #2F153F Blackcurrant

📋 copy color: '#2F153F'

red 47 ◦ green 21 ◦ blue 63

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

Shades of Blackcurrant #2F153F

Tints of Blackcurrant #2F153F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 48.09%

R = 35.88%
G = 16.03%
B = 48.09%

CMYK

 C value IS 0.25

 M value IS 0.67

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#2F153F (or 0x2F153F) is known color: Blackcurrant. HEX triplet: 2F, 15 and 3F. RGB value is (47,21,63). Sum of RGB (Red+Green+Blue) = 47+21+63=131 (17% of max value = 765). Red value is 47 (18.75% from 255 or 35.88% from 131); Green value is 21 (8.59% from 255 or 16.03% from 131); Blue value is 63 (25% from 255 or 48.09% from 131); Max value from RGB is 63 - color contains mainly: blue. Hex color #2F153F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2F153F is #D0EAC0. Grayscale: #212121. Windows color (decimal): -13691585 or 4134191. OLE color: 4134191.

HSL color Cylindrical-coordinate representation of color #2F153F: hue angle of 277.14º degrees, saturation: 0.5, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #2F153F is Cyan = 0.25, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 47 21 63 -
CMYK 0.25 0.67 0 0.75
HSL 277.14º 0.5% 0.16% -
HSV(B) 277.14º 0.67% 0.25% -
XYZ 2.34 1.5 4.87 -
YUV 33.56 144.61 137.58 -
System Red Green Blue C M Y K H S L
Decimal 47 21 63 0.25 0.67 0 0.75 277.14 0.5 0.16
Hex 2F 15 3F 19 43 0 4B 115 32 10
Octal 57 25 77 31 103 0 113 425 62 20
Binary 101111 10101 111111 11001 1000011 0 1001011 100010101 110010 10000

Color Harmonies of #2F153F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F153F

Black with #2F153F

Text Example


Text Example

White with #2F153F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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