Html Css Color HEX #190133 Blackcurrant

📋 copy color: '#190133'

red 25 ◦ green 1 ◦ blue 51

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

Shades of Blackcurrant #190133

Tints of Blackcurrant #190133

RGB

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

 GREEN value IS 1 (0.78% from 255) = 1.3%

 BLUE value IS 51 (20.31% from 255) = 66.23%

R = 32.47%
G = 1.3%
B = 66.23%

CMYK

 C value IS 0.51

 M value IS 0.98

 Y value IS 0

 K value IS 0.8

RGB Variations

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

Color information

#190133 (or 0x190133) is known color: Blackcurrant. HEX triplet: 19, 01 and 33. RGB value is (25,1,51). Sum of RGB (Red+Green+Blue) = 25+1+51=77 (10% of max value = 765). Red value is 25 (10.16% from 255 or 32.47% from 77); Green value is 1 (0.78% from 255 or 1.30% from 77); Blue value is 51 (20.31% from 255 or 66.23% from 77); Max value from RGB is 51 - color contains mainly: blue. Hex color #190133 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #190133 is #E6FECC. Grayscale: #0D0D0D. Windows color (decimal): -15138509 or 3342617. OLE color: 3342617.

HSL color Cylindrical-coordinate representation of color #190133: hue angle of 268.8º degrees, saturation: 0.96, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #190133 is Cyan = 0.51, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.8.

Color convert

RGB 25 1 51 -
CMYK 0.51 0.98 0 0.8
HSL 268.8º 0.96% 0.1% -
HSV(B) 268.8º 0.98% 0.2% -
XYZ 1.01 0.47 3.17 -
YUV 13.88 148.95 135.93 -
System Red Green Blue C M Y K H S L
Decimal 25 1 51 0.51 0.98 0 0.8 268.8 0.96 0.1
Hex 19 1 33 33 62 0 50 10D 60 A
Octal 31 1 63 63 142 0 120 415 140 12
Binary 11001 1 110011 110011 1100010 0 1010000 100001101 1100000 1010

Color Harmonies of #190133

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #190133

Black with #190133

Text Example


Text Example

White with #190133

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #190133; }

 p { color: rgb(25,1,51); }

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

background-color css

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

 a { background-color: rgb(25,1,51); }

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

border-color css

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

 span { border-color: rgb(25,1,51); }

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