Html Css Color HEX #2F0E3A Blackcurrant

📋 copy color: '#2F0E3A'

red 47 ◦ green 14 ◦ blue 58

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

Shades of Blackcurrant #2F0E3A

Tints of Blackcurrant #2F0E3A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 48.74%

R = 39.5%
G = 11.76%
B = 48.74%

CMYK

 C value IS 0.19

 M value IS 0.76

 Y value IS 0

 K value IS 0.77

RGB Variations

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

Color information

#2F0E3A (or 0x2F0E3A) is known color: Blackcurrant. HEX triplet: 2F, 0E and 3A. RGB value is (47,14,58). Sum of RGB (Red+Green+Blue) = 47+14+58=119 (15% of max value = 765). Red value is 47 (18.75% from 255 or 39.50% from 119); Green value is 14 (5.86% from 255 or 11.76% from 119); Blue value is 58 (23.05% from 255 or 48.74% from 119); Max value from RGB is 58 - color contains mainly: blue. Hex color #2F0E3A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2F0E3A is #D0F1C5. Grayscale: #1C1C1C. Windows color (decimal): -13693382 or 3804719. OLE color: 3804719.

HSL color Cylindrical-coordinate representation of color #2F0E3A: hue angle of 285º degrees, saturation: 0.61, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2F0E3A is Cyan = 0.19, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB 47 14 58 -
CMYK 0.19 0.76 0 0.77
HSL 285º 0.61% 0.14% -
HSV(B) 285º 0.76% 0.23% -
XYZ 2.09 1.22 4.13 -
YUV 28.88 144.43 140.92 -
System Red Green Blue C M Y K H S L
Decimal 47 14 58 0.19 0.76 0 0.77 285 0.61 0.14
Hex 2F E 3A 13 4C 0 4D 11D 3D E
Octal 57 16 72 23 114 0 115 435 75 16
Binary 101111 1110 111010 10011 1001100 0 1001101 100011101 111101 1110

Color Harmonies of #2F0E3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F0E3A

Black with #2F0E3A

Text Example


Text Example

White with #2F0E3A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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