Html Css Color HEX #191C21 Black Russian

📋 copy color: '#191C21'

red 25 ◦ green 28 ◦ blue 33

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

Shades of Black Russian #191C21

Tints of Black Russian #191C21

RGB

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

 GREEN value IS 28 (11.33% from 255) = 32.56%

 BLUE value IS 33 (13.28% from 255) = 38.37%

R = 29.07%
G = 32.56%
B = 38.37%

CMYK

 C value IS 0.24

 M value IS 0.15

 Y value IS 0

 K value IS 0.87

RGB Variations

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

Color information

#191C21 (or 0x191C21) is known color: Black Russian. HEX triplet: 19, 1C and 21. RGB value is (25,28,33). Sum of RGB (Red+Green+Blue) = 25+28+33=86 (11% of max value = 765). Red value is 25 (10.16% from 255 or 29.07% from 86); Green value is 28 (11.33% from 255 or 32.56% from 86); Blue value is 33 (13.28% from 255 or 38.37% from 86); Max value from RGB is 33 - color contains mainly: blue. Hex color #191C21 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #191C21 is #E6E3DE. Grayscale: #1B1B1B. Windows color (decimal): -15131615 or 2169881. OLE color: 2169881.

HSL color Cylindrical-coordinate representation of color #191C21: hue angle of 217.5º degrees, saturation: 0.14, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #191C21 is Cyan = 0.24, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.87.

Color convert

RGB 25 28 33 -
CMYK 0.24 0.15 0 0.87
HSL 217.5º 0.14% 0.11% -
HSV(B) 217.5º 0.24% 0.13% -
XYZ 1.09 1.15 1.6 -
YUV 27.67 131.01 126.09 -
System Red Green Blue C M Y K H S L
Decimal 25 28 33 0.24 0.15 0 0.87 217.5 0.14 0.11
Hex 19 1C 21 18 F 0 57 DA E B
Octal 31 34 41 30 17 0 127 332 16 13
Binary 11001 11100 100001 11000 1111 0 1010111 11011010 1110 1011

Color Harmonies of #191C21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #191C21

Black with #191C21

Text Example


Text Example

White with #191C21

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(25,28,33); }

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

background-color css

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

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

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

border-color css

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

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

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