Html Css Color HEX #14181F Black Russian

📋 copy color: '#14181F'

red 20 ◦ green 24 ◦ blue 31

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

Shades of Black Russian #14181F

Tints of Black Russian #14181F

RGB

 RED value IS 20 (8.2% from 255) = 26.67%

 GREEN value IS 24 (9.77% from 255) = 32%

 BLUE value IS 31 (12.5% from 255) = 41.33%

R = 26.67%
G = 32%
B = 41.33%

CMYK

 C value IS 0.35

 M value IS 0.23

 Y value IS 0

 K value IS 0.88

RGB Variations

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

Color information

#14181F (or 0x14181F) is known color: Black Russian. HEX triplet: 14, 18 and 1F. RGB value is (20,24,31). Sum of RGB (Red+Green+Blue) = 20+24+31=75 (9% of max value = 765). Red value is 20 (8.20% from 255 or 26.67% from 75); Green value is 24 (9.77% from 255 or 32% from 75); Blue value is 31 (12.5% from 255 or 41.33% from 75); Max value from RGB is 31 - color contains mainly: blue. Hex color #14181F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #14181F is #EBE7E0. Grayscale: #171717. Windows color (decimal): -15460321 or 2037780. OLE color: 2037780.

HSL color Cylindrical-coordinate representation of color #14181F: hue angle of 218.18º degrees, saturation: 0.22, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #14181F is Cyan = 0.35, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.88.

Color convert

RGB 20 24 31 -
CMYK 0.35 0.23 0 0.88
HSL 218.18º 0.22% 0.1% -
HSV(B) 218.18º 0.35% 0.12% -
XYZ 0.86 0.9 1.42 -
YUV 23.6 132.17 125.43 -
System Red Green Blue C M Y K H S L
Decimal 20 24 31 0.35 0.23 0 0.88 218.18 0.22 0.1
Hex 14 18 1F 23 17 0 58 DA 16 A
Octal 24 30 37 43 27 0 130 332 26 12
Binary 10100 11000 11111 100011 10111 0 1011000 11011010 10110 1010

Color Harmonies of #14181F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14181F

Black with #14181F

Text Example


Text Example

White with #14181F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #14181F; }

 p { color: rgb(20,24,31); }

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

background-color css

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

 a { background-color: rgb(20,24,31); }

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

border-color css

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

 span { border-color: rgb(20,24,31); }

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