Html Css Color HEX #190027 Blackcurrant

📋 copy color: '#190027'

red 25 ◦ green 0 ◦ blue 39

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

Shades of Blackcurrant #190027

Tints of Blackcurrant #190027

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 39.06%
G = 0%
B = 60.94%

CMYK

 C value IS 0.36

 M value IS 1

 Y value IS 0

 K value IS 0.85

RGB Variations

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

Color information

#190027 (or 0x190027) is known color: Blackcurrant. HEX triplet: 19, 00 and 27. RGB value is (25,0,39). Sum of RGB (Red+Green+Blue) = 25+0+39=64 (8% of max value = 765). Red value is 25 (10.16% from 255 or 39.06% from 64); Green value is 0 (0.39% from 255 or 0% from 64); Blue value is 39 (15.62% from 255 or 60.94% from 64); Max value from RGB is 39 - color contains mainly: blue. Hex color #190027 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #190027 is #E6FFD8. Grayscale: #0B0B0B. Windows color (decimal): -15138777 or 2555929. OLE color: 2555929.

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

Color convert

RGB 25 0 39 -
CMYK 0.36 1 0 0.85
HSL 278.46º 1% 0.08% -
HSV(B) 278.46º 1% 0.15% -
XYZ 0.77 0.35 1.95 -
YUV 11.92 143.28 137.33 -
System Red Green Blue C M Y K H S L
Decimal 25 0 39 0.36 1 0 0.85 278.46 1 0.08
Hex 19 0 27 24 64 0 55 116 64 8
Octal 31 0 47 44 144 0 125 426 144 10
Binary 11001 0 100111 100100 1100100 0 1010101 100010110 1100100 1000

Color Harmonies of #190027

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #190027

Black with #190027

Text Example


Text Example

White with #190027

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #190027; }

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

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

background-color css

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

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

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

border-color css

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

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

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