Html Css Color HEX #190832 Blackcurrant

📋 copy color: '#190832'

red 25 ◦ green 8 ◦ blue 50

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

Shades of Blackcurrant #190832

Tints of Blackcurrant #190832

RGB

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

 GREEN value IS 8 (3.52% from 255) = 9.64%

 BLUE value IS 50 (19.92% from 255) = 60.24%

R = 30.12%
G = 9.64%
B = 60.24%

CMYK

 C value IS 0.50

 M value IS 0.84

 Y value IS 0

 K value IS 0.80

RGB Variations

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

Color information

#190832 (or 0x190832) is known color: Blackcurrant. HEX triplet: 19, 08 and 32. RGB value is (25,8,50). Sum of RGB (Red+Green+Blue) = 25+8+50=83 (10% of max value = 765). Red value is 25 (10.16% from 255 or 30.12% from 83); Green value is 8 (3.52% from 255 or 9.64% from 83); Blue value is 50 (19.92% from 255 or 60.24% from 83); Max value from RGB is 50 - color contains mainly: blue. Hex color #190832 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #190832 is #E6F7CD. Grayscale: #111111. Windows color (decimal): -15136718 or 3278873. OLE color: 3278873.

HSL color Cylindrical-coordinate representation of color #190832: hue angle of 264.29º degrees, saturation: 0.72, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #190832 is Cyan = 0.50, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB 25 8 50 -
CMYK 0.50 0.84 0 0.80
HSL 264.29º 0.72% 0.11% -
HSV(B) 264.29º 0.84% 0.2% -
XYZ 1.06 0.61 3.08 -
YUV 17.87 146.13 133.08 -
System Red Green Blue C M Y K H S L
Decimal 25 8 50 0.50 0.84 0 0.80 264.29 0.72 0.11
Hex 19 8 32 32 54 0 50 108 48 B
Octal 31 10 62 62 124 0 120 410 110 13
Binary 11001 1000 110010 110010 1010100 0 1010000 100001000 1001000 1011

Color Harmonies of #190832

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #190832

Black with #190832

Text Example


Text Example

White with #190832

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #190832; }

 p { color: rgb(25,8,50); }

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

background-color css

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

 a { background-color: rgb(25,8,50); }

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

border-color css

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

 span { border-color: rgb(25,8,50); }

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