Html Css Color HEX #190239 Blackcurrant

📋 copy color: '#190239'

red 25 ◦ green 2 ◦ blue 57

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

Shades of Blackcurrant #190239

Tints of Blackcurrant #190239

RGB

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

 GREEN value IS 2 (1.17% from 255) = 2.38%

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

R = 29.76%
G = 2.38%
B = 67.86%

CMYK

 C value IS 0.56

 M value IS 0.96

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#190239 (or 0x190239) is known color: Blackcurrant. HEX triplet: 19, 02 and 39. RGB value is (25,2,57). Sum of RGB (Red+Green+Blue) = 25+2+57=84 (11% of max value = 765). Red value is 25 (10.16% from 255 or 29.76% from 84); Green value is 2 (1.17% from 255 or 2.38% from 84); Blue value is 57 (22.66% from 255 or 67.86% from 84); Max value from RGB is 57 - color contains mainly: blue. Hex color #190239 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #190239 is #E6FDC6. Grayscale: #0E0E0E. Windows color (decimal): -15138247 or 3736089. OLE color: 3736089.

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

Color convert

RGB 25 2 57 -
CMYK 0.56 0.96 0 0.78
HSL 265.09º 0.93% 0.12% -
HSV(B) 265.09º 0.96% 0.22% -
XYZ 1.16 0.55 3.91 -
YUV 15.15 151.62 135.03 -
System Red Green Blue C M Y K H S L
Decimal 25 2 57 0.56 0.96 0 0.78 265.09 0.93 0.12
Hex 19 2 39 38 60 0 4E 109 5D C
Octal 31 2 71 70 140 0 116 411 135 14
Binary 11001 10 111001 111000 1100000 0 1001110 100001001 1011101 1100

Color Harmonies of #190239

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #190239

Black with #190239

Text Example


Text Example

White with #190239

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #190239; }

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

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

background-color css

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

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

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

border-color css

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

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

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