Html Css Color HEX #271D2E Blackcurrant

📋 copy color: '#271D2E'

red 39 ◦ green 29 ◦ blue 46

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

Shades of Blackcurrant #271D2E

Tints of Blackcurrant #271D2E

RGB

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

 GREEN value IS 29 (11.72% from 255) = 25.44%

 BLUE value IS 46 (18.36% from 255) = 40.35%

R = 34.21%
G = 25.44%
B = 40.35%

CMYK

 C value IS 0.15

 M value IS 0.37

 Y value IS 0

 K value IS 0.82

RGB Variations

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

Color information

#271D2E (or 0x271D2E) is known color: Blackcurrant. HEX triplet: 27, 1D and 2E. RGB value is (39,29,46). Sum of RGB (Red+Green+Blue) = 39+29+46=114 (15% of max value = 765). Red value is 39 (15.62% from 255 or 34.21% from 114); Green value is 29 (11.72% from 255 or 25.44% from 114); Blue value is 46 (18.36% from 255 or 40.35% from 114); Max value from RGB is 46 - color contains mainly: blue. Hex color #271D2E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #271D2E is #D8E2D1. Grayscale: #212121. Windows color (decimal): -14213842 or 3022119. OLE color: 3022119.

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

Color convert

RGB 39 29 46 -
CMYK 0.15 0.37 0 0.82
HSL 275.29º 0.23% 0.15% -
HSV(B) 275.29º 0.37% 0.18% -
XYZ 1.77 1.51 2.78 -
YUV 33.93 134.81 131.62 -
System Red Green Blue C M Y K H S L
Decimal 39 29 46 0.15 0.37 0 0.82 275.29 0.23 0.15
Hex 27 1D 2E F 25 0 52 113 17 F
Octal 47 35 56 17 45 0 122 423 27 17
Binary 100111 11101 101110 1111 100101 0 1010010 100010011 10111 1111

Color Harmonies of #271D2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #271D2E

Black with #271D2E

Text Example


Text Example

White with #271D2E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(39,29,46); }

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

background-color css

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

 a { background-color: rgb(39,29,46); }

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

border-color css

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

 span { border-color: rgb(39,29,46); }

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