Html Css Color HEX #190820 Blackcurrant

📋 copy color: '#190820'

red 25 ◦ green 8 ◦ blue 32

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

Shades of Blackcurrant #190820

Tints of Blackcurrant #190820

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 49.23%

R = 38.46%
G = 12.31%
B = 49.23%

CMYK

 C value IS 0.22

 M value IS 0.75

 Y value IS 0

 K value IS 0.87

RGB Variations

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

Color information

#190820 (or 0x190820) is known color: Blackcurrant. HEX triplet: 19, 08 and 20. RGB value is (25,8,32). Sum of RGB (Red+Green+Blue) = 25+8+32=65 (8% of max value = 765). Red value is 25 (10.16% from 255 or 38.46% from 65); Green value is 8 (3.52% from 255 or 12.31% from 65); Blue value is 32 (12.89% from 255 or 49.23% from 65); Max value from RGB is 32 - color contains mainly: blue. Hex color #190820 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #190820 is #E6F7DF. Grayscale: #0F0F0F. Windows color (decimal): -15136736 or 2099225. OLE color: 2099225.

HSL color Cylindrical-coordinate representation of color #190820: hue angle of 282.5º degrees, saturation: 0.6, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #190820 is Cyan = 0.22, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.87.

Color convert

RGB 25 8 32 -
CMYK 0.22 0.75 0 0.87
HSL 282.5º 0.6% 0.08% -
HSV(B) 282.5º 0.75% 0.13% -
XYZ 0.75 0.48 1.42 -
YUV 15.82 137.13 134.55 -
System Red Green Blue C M Y K H S L
Decimal 25 8 32 0.22 0.75 0 0.87 282.5 0.6 0.08
Hex 19 8 20 16 4B 0 57 11A 3C 8
Octal 31 10 40 26 113 0 127 432 74 10
Binary 11001 1000 100000 10110 1001011 0 1010111 100011010 111100 1000

Color Harmonies of #190820

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #190820

Black with #190820

Text Example


Text Example

White with #190820

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #190820; }

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

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

background-color css

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

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

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

border-color css

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

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

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