Html Css Color HEX #190039 Blackcurrant

📋 copy color: '#190039'

red 25 ◦ green 0 ◦ blue 57

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

Shades of Blackcurrant #190039

Tints of Blackcurrant #190039

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 69.51%

R = 30.49%
G = 0%
B = 69.51%

CMYK

 C value IS 0.56

 M value IS 1

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#190039 (or 0x190039) is known color: Blackcurrant. HEX triplet: 19, 00 and 39. RGB value is (25,0,57). Sum of RGB (Red+Green+Blue) = 25+0+57=82 (10% of max value = 765). Red value is 25 (10.16% from 255 or 30.49% from 82); Green value is 0 (0.39% from 255 or 0% from 82); Blue value is 57 (22.66% from 255 or 69.51% from 82); Max value from RGB is 57 - color contains mainly: blue. Hex color #190039 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #190039 is #E6FFC6. Grayscale: #0D0D0D. Windows color (decimal): -15138759 or 3735577. OLE color: 3735577.

HSL color Cylindrical-coordinate representation of color #190039: hue angle of 266.32º degrees, saturation: 1, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 1%. Process color model (Four color, CMYK) of #190039 is Cyan = 0.56, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB 25 0 57 -
CMYK 0.56 1 0 0.78
HSL 266.32º 1% 0.11% -
HSV(B) 266.32º 1% 0.22% -
XYZ 1.14 0.5 3.91 -
YUV 13.97 152.28 135.87 -
System Red Green Blue C M Y K H S L
Decimal 25 0 57 0.56 1 0 0.78 266.32 1 0.11
Hex 19 0 39 38 64 0 4E 10A 64 B
Octal 31 0 71 70 144 0 116 412 144 13
Binary 11001 0 111001 111000 1100100 0 1001110 100001010 1100100 1011

Color Harmonies of #190039

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #190039

Black with #190039

Text Example


Text Example

White with #190039

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #190039; }

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

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

background-color css

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

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

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

border-color css

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

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

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