Html Css Color HEX #2F2037 Blackcurrant

📋 copy color: '#2F2037'

red 47 ◦ green 32 ◦ blue 55

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

Shades of Blackcurrant #2F2037

Tints of Blackcurrant #2F2037

RGB

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

 GREEN value IS 32 (12.89% from 255) = 23.88%

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

R = 35.07%
G = 23.88%
B = 41.04%

CMYK

 C value IS 0.15

 M value IS 0.42

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#2F2037 (or 0x2F2037) is known color: Blackcurrant. HEX triplet: 2F, 20 and 37. RGB value is (47,32,55). Sum of RGB (Red+Green+Blue) = 47+32+55=134 (17% of max value = 765). Red value is 47 (18.75% from 255 or 35.07% from 134); Green value is 32 (12.89% from 255 or 23.88% from 134); Blue value is 55 (21.88% from 255 or 41.04% from 134); Max value from RGB is 55 - color contains mainly: blue. Hex color #2F2037 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2F2037 is #D0DFC8. Grayscale: #272727. Windows color (decimal): -13688777 or 3612719. OLE color: 3612719.

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

Color convert

RGB 47 32 55 -
CMYK 0.15 0.42 0 0.78
HSL 279.13º 0.26% 0.17% -
HSV(B) 279.13º 0.42% 0.22% -
XYZ 2.38 1.91 3.86 -
YUV 39.11 136.97 133.63 -
System Red Green Blue C M Y K H S L
Decimal 47 32 55 0.15 0.42 0 0.78 279.13 0.26 0.17
Hex 2F 20 37 F 2A 0 4E 117 1A 11
Octal 57 40 67 17 52 0 116 427 32 21
Binary 101111 100000 110111 1111 101010 0 1001110 100010111 11010 10001

Color Harmonies of #2F2037

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F2037

Black with #2F2037

Text Example


Text Example

White with #2F2037

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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