Html Css Color HEX #190023 Blackcurrant

📋 copy color: '#190023'

red 25 ◦ green 0 ◦ blue 35

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

Shades of Blackcurrant #190023

Tints of Blackcurrant #190023

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 58.33%

R = 41.67%
G = 0%
B = 58.33%

CMYK

 C value IS 0.29

 M value IS 1

 Y value IS 0

 K value IS 0.86

RGB Variations

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

Color information

#190023 (or 0x190023) is known color: Blackcurrant. HEX triplet: 19, 00 and 23. RGB value is (25,0,35). Sum of RGB (Red+Green+Blue) = 25+0+35=60 (7% of max value = 765). Red value is 25 (10.16% from 255 or 41.67% from 60); Green value is 0 (0.39% from 255 or 0% from 60); Blue value is 35 (14.06% from 255 or 58.33% from 60); Max value from RGB is 35 - color contains mainly: blue. Hex color #190023 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #190023 is #E6FFDC. Grayscale: #0B0B0B. Windows color (decimal): -15138781 or 2293785. OLE color: 2293785.

HSL color Cylindrical-coordinate representation of color #190023: hue angle of 282.86º degrees, saturation: 1, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 1%. Process color model (Four color, CMYK) of #190023 is Cyan = 0.29, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.86.

Color convert

RGB 25 0 35 -
CMYK 0.29 1 0 0.86
HSL 282.86º 1% 0.07% -
HSV(B) 282.86º 1% 0.14% -
XYZ 0.7 0.33 1.62 -
YUV 11.47 141.28 137.65 -
System Red Green Blue C M Y K H S L
Decimal 25 0 35 0.29 1 0 0.86 282.86 1 0.07
Hex 19 0 23 1D 64 0 56 11B 64 7
Octal 31 0 43 35 144 0 126 433 144 7
Binary 11001 0 100011 11101 1100100 0 1010110 100011011 1100100 111

Color Harmonies of #190023

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #190023

Black with #190023

Text Example


Text Example

White with #190023

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #190023; }

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

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

background-color css

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

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

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

border-color css

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

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

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