Html Css Color HEX #191924 Black Russian

📋 copy color: '#191924'

red 25 ◦ green 25 ◦ blue 36

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

Shades of Black Russian #191924

Tints of Black Russian #191924

RGB

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

 GREEN value IS 25 (10.16% from 255) = 29.07%

 BLUE value IS 36 (14.45% from 255) = 41.86%

R = 29.07%
G = 29.07%
B = 41.86%

CMYK

 C value IS 0.31

 M value IS 0.31

 Y value IS 0

 K value IS 0.86

RGB Variations

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

Color information

#191924 (or 0x191924) is known color: Black Russian. HEX triplet: 19, 19 and 24. RGB value is (25,25,36). Sum of RGB (Red+Green+Blue) = 25+25+36=86 (11% of max value = 765). Red value is 25 (10.16% from 255 or 29.07% from 86); Green value is 25 (10.16% from 255 or 29.07% from 86); Blue value is 36 (14.45% from 255 or 41.86% from 86); Max value from RGB is 36 - color contains mainly: blue. Hex color #191924 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #191924 is #E6E6DB. Grayscale: #1A1A1A. Windows color (decimal): -15132380 or 2365721. OLE color: 2365721.

HSL color Cylindrical-coordinate representation of color #191924: hue angle of 240º degrees, saturation: 0.18, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #191924 is Cyan = 0.31, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.86.

Color convert

RGB 25 25 36 -
CMYK 0.31 0.31 0 0.86
HSL 240º 0.18% 0.12% -
HSV(B) 240º 0.31% 0.14% -
XYZ 1.07 1.03 1.81 -
YUV 26.25 133.5 127.11 -
System Red Green Blue C M Y K H S L
Decimal 25 25 36 0.31 0.31 0 0.86 240 0.18 0.12
Hex 19 19 24 1F 1F 0 56 F0 12 C
Octal 31 31 44 37 37 0 126 360 22 14
Binary 11001 11001 100100 11111 11111 0 1010110 11110000 10010 1100

Color Harmonies of #191924

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #191924

Black with #191924

Text Example


Text Example

White with #191924

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #191924; }

 p { color: rgb(25,25,36); }

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

background-color css

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

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

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

border-color css

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

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

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