Html Css Color HEX #191D30 Black Russian

📋 copy color: '#191D30'

red 25 ◦ green 29 ◦ blue 48

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

Shades of Black Russian #191D30

Tints of Black Russian #191D30

RGB

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

 GREEN value IS 29 (11.72% from 255) = 28.43%

 BLUE value IS 48 (19.14% from 255) = 47.06%

R = 24.51%
G = 28.43%
B = 47.06%

CMYK

 C value IS 0.48

 M value IS 0.40

 Y value IS 0

 K value IS 0.81

RGB Variations

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

Color information

#191D30 (or 0x191D30) is known color: Black Russian. HEX triplet: 19, 1D and 30. RGB value is (25,29,48). Sum of RGB (Red+Green+Blue) = 25+29+48=102 (13% of max value = 765). Red value is 25 (10.16% from 255 or 24.51% from 102); Green value is 29 (11.72% from 255 or 28.43% from 102); Blue value is 48 (19.14% from 255 or 47.06% from 102); Max value from RGB is 48 - color contains mainly: blue. Hex color #191D30 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #191D30 is #E6E2CF. Grayscale: #1D1D1D. Windows color (decimal): -15131344 or 3153177. OLE color: 3153177.

HSL color Cylindrical-coordinate representation of color #191D30: hue angle of 229.57º degrees, saturation: 0.32, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #191D30 is Cyan = 0.48, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB 25 29 48 -
CMYK 0.48 0.40 0 0.81
HSL 229.57º 0.32% 0.14% -
HSV(B) 229.57º 0.48% 0.19% -
XYZ 1.37 1.3 2.97 -
YUV 29.97 138.17 124.46 -
System Red Green Blue C M Y K H S L
Decimal 25 29 48 0.48 0.40 0 0.81 229.57 0.32 0.14
Hex 19 1D 30 30 28 0 51 E6 20 E
Octal 31 35 60 60 50 0 121 346 40 16
Binary 11001 11101 110000 110000 101000 0 1010001 11100110 100000 1110

Color Harmonies of #191D30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #191D30

Black with #191D30

Text Example


Text Example

White with #191D30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #191D30; }

 p { color: rgb(25,29,48); }

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

background-color css

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

 a { background-color: rgb(25,29,48); }

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

border-color css

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

 span { border-color: rgb(25,29,48); }

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