Html Css Color HEX #271A32 Blackcurrant

📋 copy color: '#271A32'

red 39 ◦ green 26 ◦ blue 50

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

Shades of Blackcurrant #271A32

Tints of Blackcurrant #271A32

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 43.48%

R = 33.91%
G = 22.61%
B = 43.48%

CMYK

 C value IS 0.22

 M value IS 0.48

 Y value IS 0

 K value IS 0.80

RGB Variations

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

Color information

#271A32 (or 0x271A32) is known color: Blackcurrant. HEX triplet: 27, 1A and 32. RGB value is (39,26,50). Sum of RGB (Red+Green+Blue) = 39+26+50=115 (15% of max value = 765). Red value is 39 (15.62% from 255 or 33.91% from 115); Green value is 26 (10.55% from 255 or 22.61% from 115); Blue value is 50 (19.92% from 255 or 43.48% from 115); Max value from RGB is 50 - color contains mainly: blue. Hex color #271A32 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #271A32 is #D8E5CD. Grayscale: #202020. Windows color (decimal): -14214606 or 3283495. OLE color: 3283495.

HSL color Cylindrical-coordinate representation of color #271A32: hue angle of 272.5º degrees, saturation: 0.32, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #271A32 is Cyan = 0.22, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB 39 26 50 -
CMYK 0.22 0.48 0 0.80
HSL 272.5º 0.32% 0.15% -
HSV(B) 272.5º 0.48% 0.2% -
XYZ 1.78 1.4 3.19 -
YUV 32.62 137.81 132.55 -
System Red Green Blue C M Y K H S L
Decimal 39 26 50 0.22 0.48 0 0.80 272.5 0.32 0.15
Hex 27 1A 32 16 30 0 50 110 20 F
Octal 47 32 62 26 60 0 120 420 40 17
Binary 100111 11010 110010 10110 110000 0 1010000 100010000 100000 1111

Color Harmonies of #271A32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #271A32

Black with #271A32

Text Example


Text Example

White with #271A32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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