Html Css Color HEX #271A2F Blackcurrant

📋 copy color: '#271A2F'

red 39 ◦ green 26 ◦ blue 47

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

Shades of Blackcurrant #271A2F

Tints of Blackcurrant #271A2F

RGB

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

 GREEN value IS 26 (10.55% from 255) = 23.21%

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

R = 34.82%
G = 23.21%
B = 41.96%

CMYK

 C value IS 0.17

 M value IS 0.45

 Y value IS 0

 K value IS 0.82

RGB Variations

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

Color information

#271A2F (or 0x271A2F) is known color: Blackcurrant. HEX triplet: 27, 1A and 2F. RGB value is (39,26,47). Sum of RGB (Red+Green+Blue) = 39+26+47=112 (14% of max value = 765). Red value is 39 (15.62% from 255 or 34.82% from 112); Green value is 26 (10.55% from 255 or 23.21% from 112); Blue value is 47 (18.75% from 255 or 41.96% from 112); Max value from RGB is 47 - color contains mainly: blue. Hex color #271A2F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #271A2F is #D8E5D0. Grayscale: #202020. Windows color (decimal): -14214609 or 3086887. OLE color: 3086887.

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

Color convert

RGB 39 26 47 -
CMYK 0.17 0.45 0 0.82
HSL 277.14º 0.29% 0.14% -
HSV(B) 277.14º 0.45% 0.18% -
XYZ 1.72 1.38 2.86 -
YUV 32.28 136.31 132.79 -
System Red Green Blue C M Y K H S L
Decimal 39 26 47 0.17 0.45 0 0.82 277.14 0.29 0.14
Hex 27 1A 2F 11 2D 0 52 115 1D E
Octal 47 32 57 21 55 0 122 425 35 16
Binary 100111 11010 101111 10001 101101 0 1010010 100010101 11101 1110

Color Harmonies of #271A2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #271A2F

Black with #271A2F

Text Example


Text Example

White with #271A2F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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