Html Css Color HEX #2F1E37 Blackcurrant

📋 copy color: '#2F1E37'

red 47 ◦ green 30 ◦ blue 55

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

Shades of Blackcurrant #2F1E37

Tints of Blackcurrant #2F1E37

RGB

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

 GREEN value IS 30 (12.11% from 255) = 22.73%

 BLUE value IS 55 (21.88% from 255) = 41.67%

R = 35.61%
G = 22.73%
B = 41.67%

CMYK

 C value IS 0.15

 M value IS 0.45

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#2F1E37 (or 0x2F1E37) is known color: Blackcurrant. HEX triplet: 2F, 1E and 37. RGB value is (47,30,55). Sum of RGB (Red+Green+Blue) = 47+30+55=132 (17% of max value = 765). Red value is 47 (18.75% from 255 or 35.61% from 132); Green value is 30 (12.11% from 255 or 22.73% from 132); Blue value is 55 (21.88% from 255 or 41.67% from 132); Max value from RGB is 55 - color contains mainly: blue. Hex color #2F1E37 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2F1E37 is #D0E1C8. Grayscale: #252525. Windows color (decimal): -13689289 or 3612207. OLE color: 3612207.

HSL color Cylindrical-coordinate representation of color #2F1E37: hue angle of 280.8º degrees, saturation: 0.29, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #2F1E37 is Cyan = 0.15, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB 47 30 55 -
CMYK 0.15 0.45 0 0.78
HSL 280.8º 0.29% 0.17% -
HSV(B) 280.8º 0.45% 0.22% -
XYZ 2.33 1.81 3.84 -
YUV 37.93 137.63 134.47 -
System Red Green Blue C M Y K H S L
Decimal 47 30 55 0.15 0.45 0 0.78 280.8 0.29 0.17
Hex 2F 1E 37 F 2D 0 4E 119 1D 11
Octal 57 36 67 17 55 0 116 431 35 21
Binary 101111 11110 110111 1111 101101 0 1001110 100011001 11101 10001

Color Harmonies of #2F1E37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F1E37

Black with #2F1E37

Text Example


Text Example

White with #2F1E37

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,30,55); }

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

background-color css

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

 a { background-color: rgb(47,30,55); }

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

border-color css

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

 span { border-color: rgb(47,30,55); }

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