#271D30

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

Shades of Blackcurrant #271D30

Tints of Blackcurrant #271D30

Color information

#271D30 (or 0x271D30) is unknown color: approx Blackcurrant. HEX triplet: 27, 1D and 30. RGB value is (39,29,48). Sum of RGB (Red+Green+Blue) = 39+29+48=116 (15% of max value = 765). Red value is 39 (15.62% from 255 or 33.62% from 116); Green value is 29 (11.72% from 255 or 25% from 116); Blue value is 48 (19.14% from 255 or 41.38% from 116); Max value from RGB is 48 - color contains mainly: blue. Hex color #271D30 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #271D30 is #D8E2CF. Grayscale: #222222. Windows color (decimal): -14213840 or 3153191. OLE color: 3153191.

HSL color Cylindrical-coordinate representation of color #271D30: hue angle of 271.58º degrees, saturation: 0.25, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #271D30 is Cyan = 0.19, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB392948-
CMYK0.190.4000.81
HSL271.58º24.68%15.1%-
HSV(B)271.58º39.58%18.82%-
XYZ1.811.522.99-
YUV34.16135.81131.46-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 33.62%
GREEN value IS 29 (11.72% from 255) = 25%
BLUE value IS 48 (19.14% from 255) = 41.38%
R=33.62%
G=25%
B=41.38%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal3929480.190.4000.81271.5824.6815.1
Hex271D30132805111019f
Octal473560235001214203117
Binary100111111011100001001110100001010001100010000110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #271D30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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