Html Css Color HEX #271F2E Blackcurrant

📋 copy color: '#271F2E'

red 39 ◦ green 31 ◦ blue 46

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

Shades of Blackcurrant #271F2E

Tints of Blackcurrant #271F2E

RGB

 RED value IS 39 (15.63% from 255) = 33.62%

 GREEN value IS 31 (12.5% from 255) = 26.72%

 BLUE value IS 46 (18.36% from 255) = 39.66%

R = 33.62%
G = 26.72%
B = 39.66%

CMYK

 C value IS 0.15

 M value IS 0.33

 Y value IS 0

 K value IS 0.82

RGB Variations

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

Color information

#271F2E (or 0x271F2E) is known color: Blackcurrant. HEX triplet: 27, 1F and 2E. RGB value is (39,31,46). Sum of RGB (Red+Green+Blue) = 39+31+46=116 (15% of max value = 765). Red value is 39 (15.62% from 255 or 33.62% from 116); Green value is 31 (12.5% from 255 or 26.72% from 116); Blue value is 46 (18.36% from 255 or 39.66% from 116); Max value from RGB is 46 - color contains mainly: blue. Hex color #271F2E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #271F2E is #D8E0D1. Grayscale: #232323. Windows color (decimal): -14213330 or 3022631. OLE color: 3022631.

HSL color Cylindrical-coordinate representation of color #271F2E: hue angle of 272º degrees, saturation: 0.19, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #271F2E is Cyan = 0.15, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB 39 31 46 -
CMYK 0.15 0.33 0 0.82
HSL 272º 0.19% 0.15% -
HSV(B) 272º 0.33% 0.18% -
XYZ 1.82 1.61 2.8 -
YUV 35.1 134.15 130.78 -
System Red Green Blue C M Y K H S L
Decimal 39 31 46 0.15 0.33 0 0.82 272 0.19 0.15
Hex 27 1F 2E F 21 0 52 110 13 F
Octal 47 37 56 17 41 0 122 420 23 17
Binary 100111 11111 101110 1111 100001 0 1010010 100010000 10011 1111

Color Harmonies of #271F2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #271F2E

Black with #271F2E

Text Example


Text Example

White with #271F2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #271F2E; }

 p { color: rgb(39,31,46); }

 H1.HeaderClassName
 {
   color: #271F2E;
 }
 .AnyTagClassName
 {
   color: #271F2E;
 }
</style>

background-color css

<style>
 a { background-color: #271F2E; }

 a { background-color: rgb(39,31,46); }

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

border-color css

<style>
 span { border-color: #271F2E; }

 span { border-color: rgb(39,31,46); }

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