Html Css Color HEX #2F1537 Blackcurrant

📋 copy color: '#2F1537'

red 47 ◦ green 21 ◦ blue 55

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

Shades of Blackcurrant #2F1537

Tints of Blackcurrant #2F1537

RGB

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

 GREEN value IS 21 (8.59% from 255) = 17.07%

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

R = 38.21%
G = 17.07%
B = 44.72%

CMYK

 C value IS 0.15

 M value IS 0.62

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#2F1537 (or 0x2F1537) is known color: Blackcurrant. HEX triplet: 2F, 15 and 37. RGB value is (47,21,55). Sum of RGB (Red+Green+Blue) = 47+21+55=123 (16% of max value = 765). Red value is 47 (18.75% from 255 or 38.21% from 123); Green value is 21 (8.59% from 255 or 17.07% from 123); Blue value is 55 (21.88% from 255 or 44.72% from 123); Max value from RGB is 55 - color contains mainly: blue. Hex color #2F1537 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2F1537 is #D0EAC8. Grayscale: #202020. Windows color (decimal): -13691593 or 3609903. OLE color: 3609903.

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

Color convert

RGB 47 21 55 -
CMYK 0.15 0.62 0 0.78
HSL 285.88º 0.45% 0.15% -
HSV(B) 285.88º 0.62% 0.22% -
XYZ 2.13 1.42 3.78 -
YUV 32.65 140.61 138.24 -
System Red Green Blue C M Y K H S L
Decimal 47 21 55 0.15 0.62 0 0.78 285.88 0.45 0.15
Hex 2F 15 37 F 3E 0 4E 11E 2D F
Octal 57 25 67 17 76 0 116 436 55 17
Binary 101111 10101 110111 1111 111110 0 1001110 100011110 101101 1111

Color Harmonies of #2F1537

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F1537

Black with #2F1537

Text Example


Text Example

White with #2F1537

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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