Html Css Color HEX #271431 Blackcurrant

📋 copy color: '#271431'

red 39 ◦ green 20 ◦ blue 49

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

Shades of Blackcurrant #271431

Tints of Blackcurrant #271431

RGB

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

 GREEN value IS 20 (8.2% from 255) = 18.52%

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

R = 36.11%
G = 18.52%
B = 45.37%

CMYK

 C value IS 0.20

 M value IS 0.59

 Y value IS 0

 K value IS 0.81

RGB Variations

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

Color information

#271431 (or 0x271431) is known color: Blackcurrant. HEX triplet: 27, 14 and 31. RGB value is (39,20,49). Sum of RGB (Red+Green+Blue) = 39+20+49=108 (14% of max value = 765). Red value is 39 (15.62% from 255 or 36.11% from 108); Green value is 20 (8.20% from 255 or 18.52% from 108); Blue value is 49 (19.53% from 255 or 45.37% from 108); Max value from RGB is 49 - color contains mainly: blue. Hex color #271431 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #271431 is #D8EBCE. Grayscale: #1C1C1C. Windows color (decimal): -14216143 or 3216423. OLE color: 3216423.

HSL color Cylindrical-coordinate representation of color #271431: hue angle of 279.31º degrees, saturation: 0.42, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #271431 is Cyan = 0.20, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB 39 20 49 -
CMYK 0.20 0.59 0 0.81
HSL 279.31º 0.42% 0.14% -
HSV(B) 279.31º 0.59% 0.19% -
XYZ 1.64 1.15 3.04 -
YUV 28.99 139.29 135.14 -
System Red Green Blue C M Y K H S L
Decimal 39 20 49 0.20 0.59 0 0.81 279.31 0.42 0.14
Hex 27 14 31 14 3B 0 51 117 2A E
Octal 47 24 61 24 73 0 121 427 52 16
Binary 100111 10100 110001 10100 111011 0 1010001 100010111 101010 1110

Color Harmonies of #271431

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #271431

Black with #271431

Text Example


Text Example

White with #271431

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #271431; }

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

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

background-color css

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

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

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

border-color css

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

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

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