Html Css Color HEX #2F1637 Blackcurrant

📋 copy color: '#2F1637'

red 47 ◦ green 22 ◦ blue 55

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

Shades of Blackcurrant #2F1637

Tints of Blackcurrant #2F1637

RGB

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

 GREEN value IS 22 (8.98% from 255) = 17.74%

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

R = 37.9%
G = 17.74%
B = 44.35%

CMYK

 C value IS 0.15

 M value IS 0.6

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#2F1637 (or 0x2F1637) is known color: Blackcurrant. HEX triplet: 2F, 16 and 37. RGB value is (47,22,55). Sum of RGB (Red+Green+Blue) = 47+22+55=124 (16% of max value = 765). Red value is 47 (18.75% from 255 or 37.90% from 124); Green value is 22 (8.98% from 255 or 17.74% from 124); Blue value is 55 (21.88% from 255 or 44.35% from 124); Max value from RGB is 55 - color contains mainly: blue. Hex color #2F1637 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2F1637 is #D0E9C8. Grayscale: #212121. Windows color (decimal): -13691337 or 3610159. OLE color: 3610159.

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

Color convert

RGB 47 22 55 -
CMYK 0.15 0.6 0 0.78
HSL 285.45º 0.43% 0.15% -
HSV(B) 285.45º 0.6% 0.22% -
XYZ 2.15 1.45 3.78 -
YUV 33.24 140.28 137.82 -
System Red Green Blue C M Y K H S L
Decimal 47 22 55 0.15 0.6 0 0.78 285.45 0.43 0.15
Hex 2F 16 37 F 3C 0 4E 11D 2B F
Octal 57 26 67 17 74 0 116 435 53 17
Binary 101111 10110 110111 1111 111100 0 1001110 100011101 101011 1111

Color Harmonies of #2F1637

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F1637

Black with #2F1637

Text Example


Text Example

White with #2F1637

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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