#271930

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

Shades of Blackcurrant #271930

Tints of Blackcurrant #271930

Color information

#271930 (or 0x271930) is unknown color: approx Blackcurrant. HEX triplet: 27, 19 and 30. RGB value is (39,25,48). Sum of RGB (Red+Green+Blue) = 39+25+48=112 (14% of max value = 765). Red value is 39 (15.62% from 255 or 34.82% from 112); Green value is 25 (10.16% from 255 or 22.32% from 112); Blue value is 48 (19.14% from 255 or 42.86% from 112); Max value from RGB is 48 - color contains mainly: blue. Hex color #271930 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #271930 is #D8E6CF. Grayscale: #1F1F1F. Windows color (decimal): -14214864 or 3152167. OLE color: 3152167.

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

Color convert

RGB392548-
CMYK0.190.4800.81
HSL276.52º31.51%14.31%-
HSV(B)276.52º47.92%18.82%-
XYZ1.721.342.96-
YUV31.81137.14133.13-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 34.82%
GREEN value IS 25 (10.16% from 255) = 22.32%
BLUE value IS 48 (19.14% from 255) = 42.86%
R=34.82%
G=22.32%
B=42.86%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal3925480.190.4800.81276.5231.5114.31
Hex271930133005111520e
Octal473160236001214254016
Binary1001111100111000010011110000010100011000101011000001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #271930

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #271930; }

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

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

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

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

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

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

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

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