Html Css Color HEX #2F0E3F Blackcurrant

📋 copy color: '#2F0E3F'

red 47 ◦ green 14 ◦ blue 63

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

Shades of Blackcurrant #2F0E3F

Tints of Blackcurrant #2F0E3F

RGB

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

 GREEN value IS 14 (5.86% from 255) = 11.29%

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

R = 37.9%
G = 11.29%
B = 50.81%

CMYK

 C value IS 0.25

 M value IS 0.78

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#2F0E3F (or 0x2F0E3F) is known color: Blackcurrant. HEX triplet: 2F, 0E and 3F. RGB value is (47,14,63). Sum of RGB (Red+Green+Blue) = 47+14+63=124 (16% of max value = 765). Red value is 47 (18.75% from 255 or 37.90% from 124); Green value is 14 (5.86% from 255 or 11.29% from 124); Blue value is 63 (25% from 255 or 50.81% from 124); Max value from RGB is 63 - color contains mainly: blue. Hex color #2F0E3F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2F0E3F is #D0F1C0. Grayscale: #1D1D1D. Windows color (decimal): -13693377 or 4132399. OLE color: 4132399.

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

Color convert

RGB 47 14 63 -
CMYK 0.25 0.78 0 0.75
HSL 280.41º 0.64% 0.15% -
HSV(B) 280.41º 0.78% 0.25% -
XYZ 2.23 1.28 4.83 -
YUV 29.45 146.93 140.52 -
System Red Green Blue C M Y K H S L
Decimal 47 14 63 0.25 0.78 0 0.75 280.41 0.64 0.15
Hex 2F E 3F 19 4E 0 4B 118 40 F
Octal 57 16 77 31 116 0 113 430 100 17
Binary 101111 1110 111111 11001 1001110 0 1001011 100011000 1000000 1111

Color Harmonies of #2F0E3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F0E3F

Black with #2F0E3F

Text Example


Text Example

White with #2F0E3F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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