Html Css Color HEX #190D29 Blackcurrant

📋 copy color: '#190D29'

red 25 ◦ green 13 ◦ blue 41

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

Shades of Blackcurrant #190D29

Tints of Blackcurrant #190D29

RGB

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

 GREEN value IS 13 (5.47% from 255) = 16.46%

 BLUE value IS 41 (16.41% from 255) = 51.9%

R = 31.65%
G = 16.46%
B = 51.9%

CMYK

 C value IS 0.39

 M value IS 0.68

 Y value IS 0

 K value IS 0.84

RGB Variations

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

Color information

#190D29 (or 0x190D29) is known color: Blackcurrant. HEX triplet: 19, 0D and 29. RGB value is (25,13,41). Sum of RGB (Red+Green+Blue) = 25+13+41=79 (10% of max value = 765). Red value is 25 (10.16% from 255 or 31.65% from 79); Green value is 13 (5.47% from 255 or 16.46% from 79); Blue value is 41 (16.41% from 255 or 51.90% from 79); Max value from RGB is 41 - color contains mainly: blue. Hex color #190D29 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #190D29 is #E6F2D6. Grayscale: #131313. Windows color (decimal): -15135447 or 2690329. OLE color: 2690329.

HSL color Cylindrical-coordinate representation of color #190D29: hue angle of 265.71º degrees, saturation: 0.52, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #190D29 is Cyan = 0.39, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB 25 13 41 -
CMYK 0.39 0.68 0 0.84
HSL 265.71º 0.52% 0.11% -
HSV(B) 265.71º 0.68% 0.16% -
XYZ 0.95 0.65 2.17 -
YUV 19.78 139.98 131.72 -
System Red Green Blue C M Y K H S L
Decimal 25 13 41 0.39 0.68 0 0.84 265.71 0.52 0.11
Hex 19 D 29 27 44 0 54 10A 34 B
Octal 31 15 51 47 104 0 124 412 64 13
Binary 11001 1101 101001 100111 1000100 0 1010100 100001010 110100 1011

Color Harmonies of #190D29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #190D29

Black with #190D29

Text Example


Text Example

White with #190D29

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(25,13,41); }

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

background-color css

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

 a { background-color: rgb(25,13,41); }

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

border-color css

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

 span { border-color: rgb(25,13,41); }

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