#271830

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

Shades of Blackcurrant #271830

Tints of Blackcurrant #271830

Color information

#271830 (or 0x271830) is unknown color: approx Blackcurrant. HEX triplet: 27, 18 and 30. RGB value is (39,24,48). Sum of RGB (Red+Green+Blue) = 39+24+48=111 (14% of max value = 765). Red value is 39 (15.62% from 255 or 35.14% from 111); Green value is 24 (9.77% from 255 or 21.62% from 111); Blue value is 48 (19.14% from 255 or 43.24% from 111); Max value from RGB is 48 - color contains mainly: blue. Hex color #271830 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #271830 is #D8E7CF. Grayscale: #1F1F1F. Windows color (decimal): -14215120 or 3151911. OLE color: 3151911.

HSL color Cylindrical-coordinate representation of color #271830: hue angle of 277.5º degrees, saturation: 0.33, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #271830 is Cyan = 0.19, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB392448-
CMYK0.190.500.81
HSL277.5º33.33%14.12%-
HSV(B)277.5º50%18.82%-
XYZ1.71.32.96-
YUV31.22137.47133.55-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 35.14%
GREEN value IS 24 (9.77% from 255) = 21.62%
BLUE value IS 48 (19.14% from 255) = 43.24%
R=35.14%
G=21.62%
B=43.24%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.5
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal3924480.190.500.81277.533.3314.12
Hex271830133205111621e
Octal473060236201214264116
Binary1001111100011000010011110010010100011000101101000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #271830

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #271830; }

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

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

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

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

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

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

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

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