Html Css Color HEX #190022 Blackcurrant

📋 copy color: '#190022'

red 25 ◦ green 0 ◦ blue 34

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

Shades of Blackcurrant #190022

Tints of Blackcurrant #190022

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 57.63%

R = 42.37%
G = 0%
B = 57.63%

CMYK

 C value IS 0.26

 M value IS 1

 Y value IS 0

 K value IS 0.87

RGB Variations

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

Color information

#190022 (or 0x190022) is known color: Blackcurrant. HEX triplet: 19, 00 and 22. RGB value is (25,0,34). Sum of RGB (Red+Green+Blue) = 25+0+34=59 (7% of max value = 765). Red value is 25 (10.16% from 255 or 42.37% from 59); Green value is 0 (0.39% from 255 or 0% from 59); Blue value is 34 (13.67% from 255 or 57.63% from 59); Max value from RGB is 34 - color contains mainly: blue. Hex color #190022 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #190022 is #E6FFDD. Grayscale: #0B0B0B. Windows color (decimal): -15138782 or 2228249. OLE color: 2228249.

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

Color convert

RGB 25 0 34 -
CMYK 0.26 1 0 0.87
HSL 284.12º 1% 0.07% -
HSV(B) 284.12º 1% 0.13% -
XYZ 0.69 0.32 1.54 -
YUV 11.35 140.78 137.74 -
System Red Green Blue C M Y K H S L
Decimal 25 0 34 0.26 1 0 0.87 284.12 1 0.07
Hex 19 0 22 1A 64 0 57 11C 64 7
Octal 31 0 42 32 144 0 127 434 144 7
Binary 11001 0 100010 11010 1100100 0 1010111 100011100 1100100 111

Color Harmonies of #190022

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #190022

Black with #190022

Text Example


Text Example

White with #190022

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #190022; }

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

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

background-color css

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

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

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

border-color css

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

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

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