#271D34

Color #271D34 Blackcurrant (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blackcurrant #271D34

Tints of Blackcurrant #271D34

Color information

#271D34 (or 0x271D34) is unknown color: approx Blackcurrant. HEX triplet: 27, 1D and 34. RGB value is (39,29,52). Sum of RGB (Red+Green+Blue) = 39+29+52=120 (15% of max value = 765). Red value is 39 (15.62% from 255 or 32.5% from 120); Green value is 29 (11.72% from 255 or 24.17% from 120); Blue value is 52 (20.70% from 255 or 43.33% from 120); Max value from RGB is 52 - color contains mainly: blue. Hex color #271D34 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #271D34 is #D8E2CB. Grayscale: #222222. Windows color (decimal): -14213836 or 3415335. OLE color: 3415335.

HSL color Cylindrical-coordinate representation of color #271D34: hue angle of 266.09º degrees, saturation: 0.28, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #271D34 is Cyan = 0.25, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB392952-
CMYK0.250.4400.80
HSL266.09º28.4%15.88%-
HSV(B)266.09º44.23%20.39%-
XYZ1.91.563.45-
YUV34.61137.81131.13-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 32.5%
GREEN value IS 29 (11.72% from 255) = 24.17%
BLUE value IS 52 (20.70% from 255) = 43.33%
R=32.5%
G=24.17%
B=43.33%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal3929520.250.4400.80266.0928.415.88
Hex271D34192C05010a1c10
Octal473564315401204123420
Binary1001111110111010011001101100010100001000010101110010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #271D34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #271D34;
 }
 .AnyTagClassName
 {
   color: #271D34;
 }
</style>
background-color css

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

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

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

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

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

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