Html Css Color HEX #2F213A Blackcurrant

📋 copy color: '#2F213A'

red 47 ◦ green 33 ◦ blue 58

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

Shades of Blackcurrant #2F213A

Tints of Blackcurrant #2F213A

RGB

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

 GREEN value IS 33 (13.28% from 255) = 23.91%

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

R = 34.06%
G = 23.91%
B = 42.03%

CMYK

 C value IS 0.19

 M value IS 0.43

 Y value IS 0

 K value IS 0.77

RGB Variations

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

Color information

#2F213A (or 0x2F213A) is known color: Blackcurrant. HEX triplet: 2F, 21 and 3A. RGB value is (47,33,58). Sum of RGB (Red+Green+Blue) = 47+33+58=138 (18% of max value = 765). Red value is 47 (18.75% from 255 or 34.06% from 138); Green value is 33 (13.28% from 255 or 23.91% from 138); Blue value is 58 (23.05% from 255 or 42.03% from 138); Max value from RGB is 58 - color contains mainly: blue. Hex color #2F213A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2F213A is #D0DEC5. Grayscale: #272727. Windows color (decimal): -13688518 or 3809583. OLE color: 3809583.

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

Color convert

RGB 47 33 58 -
CMYK 0.19 0.43 0 0.77
HSL 273.6º 0.27% 0.18% -
HSV(B) 273.6º 0.43% 0.23% -
XYZ 2.48 2 4.26 -
YUV 40.04 138.14 132.97 -
System Red Green Blue C M Y K H S L
Decimal 47 33 58 0.19 0.43 0 0.77 273.6 0.27 0.18
Hex 2F 21 3A 13 2B 0 4D 112 1B 12
Octal 57 41 72 23 53 0 115 422 33 22
Binary 101111 100001 111010 10011 101011 0 1001101 100010010 11011 10010

Color Harmonies of #2F213A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F213A

Black with #2F213A

Text Example


Text Example

White with #2F213A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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