Html Css Color HEX #271C31 Blackcurrant

📋 copy color: '#271C31'

red 39 ◦ green 28 ◦ blue 49

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

Shades of Blackcurrant #271C31

Tints of Blackcurrant #271C31

RGB

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

 GREEN value IS 28 (11.33% from 255) = 24.14%

 BLUE value IS 49 (19.53% from 255) = 42.24%

R = 33.62%
G = 24.14%
B = 42.24%

CMYK

 C value IS 0.20

 M value IS 0.43

 Y value IS 0

 K value IS 0.81

RGB Variations

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

Color information

#271C31 (or 0x271C31) is known color: Blackcurrant. HEX triplet: 27, 1C and 31. RGB value is (39,28,49). Sum of RGB (Red+Green+Blue) = 39+28+49=116 (15% of max value = 765). Red value is 39 (15.62% from 255 or 33.62% from 116); Green value is 28 (11.33% from 255 or 24.14% from 116); Blue value is 49 (19.53% from 255 or 42.24% from 116); Max value from RGB is 49 - color contains mainly: blue. Hex color #271C31 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #271C31 is #D8E3CE. Grayscale: #212121. Windows color (decimal): -14214095 or 3218471. OLE color: 3218471.

HSL color Cylindrical-coordinate representation of color #271C31: hue angle of 271.43º degrees, saturation: 0.27, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #271C31 is Cyan = 0.20, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB 39 28 49 -
CMYK 0.20 0.43 0 0.81
HSL 271.43º 0.27% 0.15% -
HSV(B) 271.43º 0.43% 0.19% -
XYZ 1.81 1.48 3.1 -
YUV 33.68 136.64 131.79 -
System Red Green Blue C M Y K H S L
Decimal 39 28 49 0.20 0.43 0 0.81 271.43 0.27 0.15
Hex 27 1C 31 14 2B 0 51 10F 1B F
Octal 47 34 61 24 53 0 121 417 33 17
Binary 100111 11100 110001 10100 101011 0 1010001 100001111 11011 1111

Color Harmonies of #271C31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #271C31

Black with #271C31

Text Example


Text Example

White with #271C31

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(39,28,49); }

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

background-color css

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

 a { background-color: rgb(39,28,49); }

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

border-color css

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

 span { border-color: rgb(39,28,49); }

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