Html Css Color HEX #271A2E Blackcurrant

📋 copy color: '#271A2E'

red 39 ◦ green 26 ◦ blue 46

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

Shades of Blackcurrant #271A2E

Tints of Blackcurrant #271A2E

RGB

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

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

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

R = 35.14%
G = 23.42%
B = 41.44%

CMYK

 C value IS 0.15

 M value IS 0.43

 Y value IS 0

 K value IS 0.82

RGB Variations

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

Color information

#271A2E (or 0x271A2E) is known color: Blackcurrant. HEX triplet: 27, 1A and 2E. RGB value is (39,26,46). Sum of RGB (Red+Green+Blue) = 39+26+46=111 (14% of max value = 765). Red value is 39 (15.62% from 255 or 35.14% from 111); Green value is 26 (10.55% from 255 or 23.42% from 111); Blue value is 46 (18.36% from 255 or 41.44% from 111); Max value from RGB is 46 - color contains mainly: blue. Hex color #271A2E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #271A2E is #D8E5D1. Grayscale: #202020. Windows color (decimal): -14214610 or 3021351. OLE color: 3021351.

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

Color convert

RGB 39 26 46 -
CMYK 0.15 0.43 0 0.82
HSL 279º 0.28% 0.14% -
HSV(B) 279º 0.43% 0.18% -
XYZ 1.7 1.37 2.76 -
YUV 32.17 135.81 132.87 -
System Red Green Blue C M Y K H S L
Decimal 39 26 46 0.15 0.43 0 0.82 279 0.28 0.14
Hex 27 1A 2E F 2B 0 52 117 1C E
Octal 47 32 56 17 53 0 122 427 34 16
Binary 100111 11010 101110 1111 101011 0 1010010 100010111 11100 1110

Color Harmonies of #271A2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #271A2E

Black with #271A2E

Text Example


Text Example

White with #271A2E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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