Html Css Color HEX #271E2F Blackcurrant

📋 copy color: '#271E2F'

red 39 ◦ green 30 ◦ blue 47

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

Shades of Blackcurrant #271E2F

Tints of Blackcurrant #271E2F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 40.52%

R = 33.62%
G = 25.86%
B = 40.52%

CMYK

 C value IS 0.17

 M value IS 0.36

 Y value IS 0

 K value IS 0.82

RGB Variations

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

Color information

#271E2F (or 0x271E2F) is known color: Blackcurrant. HEX triplet: 27, 1E and 2F. RGB value is (39,30,47). Sum of RGB (Red+Green+Blue) = 39+30+47=116 (15% of max value = 765). Red value is 39 (15.62% from 255 or 33.62% from 116); Green value is 30 (12.11% from 255 or 25.86% from 116); Blue value is 47 (18.75% from 255 or 40.52% from 116); Max value from RGB is 47 - color contains mainly: blue. Hex color #271E2F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #271E2F is #D8E1D0. Grayscale: #222222. Windows color (decimal): -14213585 or 3087911. OLE color: 3087911.

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

Color convert

RGB 39 30 47 -
CMYK 0.17 0.36 0 0.82
HSL 271.76º 0.22% 0.15% -
HSV(B) 271.76º 0.36% 0.18% -
XYZ 1.81 1.57 2.9 -
YUV 34.63 134.98 131.12 -
System Red Green Blue C M Y K H S L
Decimal 39 30 47 0.17 0.36 0 0.82 271.76 0.22 0.15
Hex 27 1E 2F 11 24 0 52 110 16 F
Octal 47 36 57 21 44 0 122 420 26 17
Binary 100111 11110 101111 10001 100100 0 1010010 100010000 10110 1111

Color Harmonies of #271E2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #271E2F

Black with #271E2F

Text Example


Text Example

White with #271E2F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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