Html Css Color HEX #191C2F Black Russian

📋 copy color: '#191C2F'

red 25 ◦ green 28 ◦ blue 47

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

Shades of Black Russian #191C2F

Tints of Black Russian #191C2F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 47%

R = 25%
G = 28%
B = 47%

CMYK

 C value IS 0.47

 M value IS 0.40

 Y value IS 0

 K value IS 0.82

RGB Variations

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

Color information

#191C2F (or 0x191C2F) is known color: Black Russian. HEX triplet: 19, 1C and 2F. RGB value is (25,28,47). Sum of RGB (Red+Green+Blue) = 25+28+47=100 (13% of max value = 765). Red value is 25 (10.16% from 255 or 25% from 100); Green value is 28 (11.33% from 255 or 28% from 100); Blue value is 47 (18.75% from 255 or 47% from 100); Max value from RGB is 47 - color contains mainly: blue. Hex color #191C2F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #191C2F is #E6E3D0. Grayscale: #1D1D1D. Windows color (decimal): -15131601 or 3087385. OLE color: 3087385.

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

Color convert

RGB 25 28 47 -
CMYK 0.47 0.40 0 0.82
HSL 231.82º 0.31% 0.14% -
HSV(B) 231.82º 0.47% 0.18% -
XYZ 1.33 1.24 2.86 -
YUV 29.27 138.01 124.96 -
System Red Green Blue C M Y K H S L
Decimal 25 28 47 0.47 0.40 0 0.82 231.82 0.31 0.14
Hex 19 1C 2F 2F 28 0 52 E8 1F E
Octal 31 34 57 57 50 0 122 350 37 16
Binary 11001 11100 101111 101111 101000 0 1010010 11101000 11111 1110

Color Harmonies of #191C2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #191C2F

Black with #191C2F

Text Example


Text Example

White with #191C2F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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