Html Css Color HEX #190B1F Blackcurrant

📋 copy color: '#190B1F'

red 25 ◦ green 11 ◦ blue 31

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

Shades of Blackcurrant #190B1F

Tints of Blackcurrant #190B1F

RGB

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

 GREEN value IS 11 (4.69% from 255) = 16.42%

 BLUE value IS 31 (12.5% from 255) = 46.27%

R = 37.31%
G = 16.42%
B = 46.27%

CMYK

 C value IS 0.19

 M value IS 0.65

 Y value IS 0

 K value IS 0.88

RGB Variations

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

Color information

#190B1F (or 0x190B1F) is known color: Blackcurrant. HEX triplet: 19, 0B and 1F. RGB value is (25,11,31). Sum of RGB (Red+Green+Blue) = 25+11+31=67 (8% of max value = 765). Red value is 25 (10.16% from 255 or 37.31% from 67); Green value is 11 (4.69% from 255 or 16.42% from 67); Blue value is 31 (12.5% from 255 or 46.27% from 67); Max value from RGB is 31 - color contains mainly: blue. Hex color #190B1F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #190B1F is #E6F4E0. Grayscale: #111111. Windows color (decimal): -15135969 or 2034457. OLE color: 2034457.

HSL color Cylindrical-coordinate representation of color #190B1F: hue angle of 282º degrees, saturation: 0.48, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #190B1F is Cyan = 0.19, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.88.

Color convert

RGB 25 11 31 -
CMYK 0.19 0.65 0 0.88
HSL 282º 0.48% 0.08% -
HSV(B) 282º 0.65% 0.12% -
XYZ 0.77 0.54 1.36 -
YUV 17.47 135.64 133.37 -
System Red Green Blue C M Y K H S L
Decimal 25 11 31 0.19 0.65 0 0.88 282 0.48 0.08
Hex 19 B 1F 13 41 0 58 11A 30 8
Octal 31 13 37 23 101 0 130 432 60 10
Binary 11001 1011 11111 10011 1000001 0 1011000 100011010 110000 1000

Color Harmonies of #190B1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #190B1F

Black with #190B1F

Text Example


Text Example

White with #190B1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #190B1F; }

 p { color: rgb(25,11,31); }

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

background-color css

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

 a { background-color: rgb(25,11,31); }

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

border-color css

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

 span { border-color: rgb(25,11,31); }

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