Html Css Color HEX #271F2A Blackcurrant

📋 copy color: '#271F2A'

red 39 ◦ green 31 ◦ blue 42

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

Shades of Blackcurrant #271F2A

Tints of Blackcurrant #271F2A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 37.5%

R = 34.82%
G = 27.68%
B = 37.5%

CMYK

 C value IS 0.07

 M value IS 0.26

 Y value IS 0

 K value IS 0.84

RGB Variations

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

Color information

#271F2A (or 0x271F2A) is known color: Blackcurrant. HEX triplet: 27, 1F and 2A. RGB value is (39,31,42). Sum of RGB (Red+Green+Blue) = 39+31+42=112 (14% of max value = 765). Red value is 39 (15.62% from 255 or 34.82% from 112); Green value is 31 (12.5% from 255 or 27.68% from 112); Blue value is 42 (16.80% from 255 or 37.5% from 112); Max value from RGB is 42 - color contains mainly: blue. Hex color #271F2A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #271F2A is #D8E0D5. Grayscale: #222222. Windows color (decimal): -14213334 or 2760487. OLE color: 2760487.

HSL color Cylindrical-coordinate representation of color #271F2A: hue angle of 283.64º degrees, saturation: 0.15, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #271F2A is Cyan = 0.07, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB 39 31 42 -
CMYK 0.07 0.26 0 0.84
HSL 283.64º 0.15% 0.14% -
HSV(B) 283.64º 0.26% 0.16% -
XYZ 1.74 1.58 2.4 -
YUV 34.65 132.15 131.11 -
System Red Green Blue C M Y K H S L
Decimal 39 31 42 0.07 0.26 0 0.84 283.64 0.15 0.14
Hex 27 1F 2A 7 1A 0 54 11C F E
Octal 47 37 52 7 32 0 124 434 17 16
Binary 100111 11111 101010 111 11010 0 1010100 100011100 1111 1110

Color Harmonies of #271F2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #271F2A

Black with #271F2A

Text Example


Text Example

White with #271F2A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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