#27192A

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

Shades of Blackcurrant #27192A

Tints of Blackcurrant #27192A

Color information

#27192A (or 0x27192A) is unknown color: approx Blackcurrant. HEX triplet: 27, 19 and 2A. RGB value is (39,25,42). Sum of RGB (Red+Green+Blue) = 39+25+42=106 (14% of max value = 765). Red value is 39 (15.62% from 255 or 36.79% from 106); Green value is 25 (10.16% from 255 or 23.58% from 106); Blue value is 42 (16.80% from 255 or 39.62% from 106); Max value from RGB is 42 - color contains mainly: blue. Hex color #27192A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #27192A is #D8E6D5. Grayscale: #1F1F1F. Windows color (decimal): -14214870 or 2758951. OLE color: 2758951.

HSL color Cylindrical-coordinate representation of color #27192A: hue angle of 289.41º degrees, saturation: 0.25, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #27192A is Cyan = 0.07, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB392542-
CMYK0.070.4000.84
HSL289.41º25.37%13.14%-
HSV(B)289.41º40.48%16.47%-
XYZ1.61.292.36-
YUV31.12134.14133.62-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 36.79%
GREEN value IS 25 (10.16% from 255) = 23.58%
BLUE value IS 42 (16.80% from 255) = 39.62%
R=36.79%
G=23.58%
B=39.62%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal3925420.070.4000.84289.4125.3713.14
Hex27192A72805412119d
Octal47315275001244413115
Binary1001111100110101011110100001010100100100001110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27192A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #27192A; }

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

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

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

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

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

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

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

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