Html Css Color HEX #190037 Blackcurrant

📋 copy color: '#190037'

red 25 ◦ green 0 ◦ blue 55

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

Shades of Blackcurrant #190037

Tints of Blackcurrant #190037

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 68.75%

R = 31.25%
G = 0%
B = 68.75%

CMYK

 C value IS 0.55

 M value IS 1

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#190037 (or 0x190037) is known color: Blackcurrant. HEX triplet: 19, 00 and 37. RGB value is (25,0,55). Sum of RGB (Red+Green+Blue) = 25+0+55=80 (10% of max value = 765). Red value is 25 (10.16% from 255 or 31.25% from 80); Green value is 0 (0.39% from 255 or 0% from 80); Blue value is 55 (21.88% from 255 or 68.75% from 80); Max value from RGB is 55 - color contains mainly: blue. Hex color #190037 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #190037 is #E6FFC8. Grayscale: #0D0D0D. Windows color (decimal): -15138761 or 3604505. OLE color: 3604505.

HSL color Cylindrical-coordinate representation of color #190037: hue angle of 267.27º 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 #190037 is Cyan = 0.55, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB 25 0 55 -
CMYK 0.55 1 0 0.78
HSL 267.27º 1% 0.11% -
HSV(B) 267.27º 1% 0.22% -
XYZ 1.09 0.48 3.65 -
YUV 13.75 151.28 136.03 -
System Red Green Blue C M Y K H S L
Decimal 25 0 55 0.55 1 0 0.78 267.27 1 0.11
Hex 19 0 37 37 64 0 4E 10B 64 B
Octal 31 0 67 67 144 0 116 413 144 13
Binary 11001 0 110111 110111 1100100 0 1001110 100001011 1100100 1011

Color Harmonies of #190037

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #190037

Black with #190037

Text Example


Text Example

White with #190037

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #190037; }

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

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

background-color css

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

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

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

border-color css

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

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

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