Html Css Color HEX #190038 Blackcurrant

📋 copy color: '#190038'

red 25 ◦ green 0 ◦ blue 56

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

Shades of Blackcurrant #190038

Tints of Blackcurrant #190038

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 69.14%

R = 30.86%
G = 0%
B = 69.14%

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

#190038 (or 0x190038) is known color: Blackcurrant. HEX triplet: 19, 00 and 38. RGB value is (25,0,56). Sum of RGB (Red+Green+Blue) = 25+0+56=81 (10% of max value = 765). Red value is 25 (10.16% from 255 or 30.86% from 81); Green value is 0 (0.39% from 255 or 0% from 81); Blue value is 56 (22.27% from 255 or 69.14% from 81); Max value from RGB is 56 - color contains mainly: blue. Hex color #190038 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #190038 is #E6FFC7. Grayscale: #0D0D0D. Windows color (decimal): -15138760 or 3670041. OLE color: 3670041.

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

Color convert

RGB 25 0 56 -
CMYK 0.55 1 0 0.78
HSL 266.79º 1% 0.11% -
HSV(B) 266.79º 1% 0.22% -
XYZ 1.11 0.49 3.78 -
YUV 13.86 151.78 135.95 -
System Red Green Blue C M Y K H S L
Decimal 25 0 56 0.55 1 0 0.78 266.79 1 0.11
Hex 19 0 38 37 64 0 4E 10B 64 B
Octal 31 0 70 67 144 0 116 413 144 13
Binary 11001 0 111000 110111 1100100 0 1001110 100001011 1100100 1011

Color Harmonies of #190038

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #190038

Black with #190038

Text Example


Text Example

White with #190038

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #190038; }

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

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

background-color css

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

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

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

border-color css

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

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

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