Html Css Color HEX #191027 Blackcurrant

📋 copy color: '#191027'

red 25 ◦ green 16 ◦ blue 39

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

Shades of Blackcurrant #191027

Tints of Blackcurrant #191027

RGB

 RED value IS 25 (10.16% from 255) = 31.25%

 GREEN value IS 16 (6.64% from 255) = 20%

 BLUE value IS 39 (15.63% from 255) = 48.75%

R = 31.25%
G = 20%
B = 48.75%

CMYK

 C value IS 0.36

 M value IS 0.59

 Y value IS 0

 K value IS 0.85

RGB Variations

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

Color information

#191027 (or 0x191027) is known color: Blackcurrant. HEX triplet: 19, 10 and 27. RGB value is (25,16,39). Sum of RGB (Red+Green+Blue) = 25+16+39=80 (10% of max value = 765). Red value is 25 (10.16% from 255 or 31.25% from 80); Green value is 16 (6.64% from 255 or 20% from 80); Blue value is 39 (15.62% from 255 or 48.75% from 80); Max value from RGB is 39 - color contains mainly: blue. Hex color #191027 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #191027 is #E6EFD8. Grayscale: #151515. Windows color (decimal): -15134681 or 2560025. OLE color: 2560025.

HSL color Cylindrical-coordinate representation of color #191027: hue angle of 263.48º degrees, saturation: 0.42, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #191027 is Cyan = 0.36, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.85.

Color convert

RGB 25 16 39 -
CMYK 0.36 0.59 0 0.85
HSL 263.48º 0.42% 0.11% -
HSV(B) 263.48º 0.59% 0.15% -
XYZ 0.95 0.72 2.01 -
YUV 21.31 137.98 130.63 -
System Red Green Blue C M Y K H S L
Decimal 25 16 39 0.36 0.59 0 0.85 263.48 0.42 0.11
Hex 19 10 27 24 3B 0 55 107 2A B
Octal 31 20 47 44 73 0 125 407 52 13
Binary 11001 10000 100111 100100 111011 0 1010101 100000111 101010 1011

Color Harmonies of #191027

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #191027

Black with #191027

Text Example


Text Example

White with #191027

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #191027; }

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

 H1.HeaderClassName
 {
   color: #191027;
 }
 .AnyTagClassName
 {
   color: #191027;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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