Html Css Color HEX #27192A Blackcurrant

📋 copy color: '#27192A'

red 39 ◦ green 25 ◦ blue 42

#27192A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blackcurrant #27192A

Tints of Blackcurrant #27192A

RGB

 RED value IS 39 (15.63% from 255) = 36.79%

 GREEN value IS 25 (10.16% from 255) = 23.58%

 BLUE value IS 42 (16.8% from 255) = 39.62%

R = 36.79%
G = 23.58%
B = 39.62%

CMYK

 C value IS 0.07

 M value IS 0.40

 Y value IS 0

 K value IS 0.84

RGB Variations

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

Color information

#27192A (or 0x27192A) is known color: 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

RGB 39 25 42 -
CMYK 0.07 0.40 0 0.84
HSL 289.41º 0.25% 0.13% -
HSV(B) 289.41º 0.4% 0.16% -
XYZ 1.6 1.29 2.36 -
YUV 31.12 134.14 133.62 -
System Red Green Blue C M Y K H S L
Decimal 39 25 42 0.07 0.40 0 0.84 289.41 0.25 0.13
Hex 27 19 2A 7 28 0 54 121 19 D
Octal 47 31 52 7 50 0 124 441 31 15
Binary 100111 11001 101010 111 101000 0 1010100 100100001 11001 1101

Color Harmonies of #27192A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #27192A

Black with #27192A

Text Example


Text Example

White with #27192A

Text Example


Text Example

HTML Codes & Css Web 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>