Html Css Color HEX #141319 Black Russian

📋 copy color: '#141319'

red 20 ◦ green 19 ◦ blue 25

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

Shades of Black Russian #141319

Tints of Black Russian #141319

RGB

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

 GREEN value IS 19 (7.81% from 255) = 29.69%

 BLUE value IS 25 (10.16% from 255) = 39.06%

R = 31.25%
G = 29.69%
B = 39.06%

CMYK

 C value IS 0.20

 M value IS 0.24

 Y value IS 0

 K value IS 0.90

RGB Variations

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

Color information

#141319 (or 0x141319) is known color: Black Russian. HEX triplet: 14, 13 and 19. RGB value is (20,19,25). Sum of RGB (Red+Green+Blue) = 20+19+25=64 (8% of max value = 765). Red value is 20 (8.20% from 255 or 31.25% from 64); Green value is 19 (7.81% from 255 or 29.69% from 64); Blue value is 25 (10.16% from 255 or 39.06% from 64); Max value from RGB is 25 - color contains mainly: blue. Hex color #141319 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #141319 is #EBECE6. Grayscale: #131313. Windows color (decimal): -15461607 or 1643284. OLE color: 1643284.

HSL color Cylindrical-coordinate representation of color #141319: hue angle of 250º degrees, saturation: 0.14, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #141319 is Cyan = 0.20, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.90.

Color convert

RGB 20 19 25 -
CMYK 0.20 0.24 0 0.90
HSL 250º 0.14% 0.09% -
HSV(B) 250º 0.24% 0.1% -
XYZ 0.7 0.68 1.02 -
YUV 19.98 130.83 128.01 -
System Red Green Blue C M Y K H S L
Decimal 20 19 25 0.20 0.24 0 0.90 250 0.14 0.09
Hex 14 13 19 14 18 0 5A FA E 9
Octal 24 23 31 24 30 0 132 372 16 11
Binary 10100 10011 11001 10100 11000 0 1011010 11111010 1110 1001

Color Harmonies of #141319

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #141319

Black with #141319

Text Example


Text Example

White with #141319

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #141319; }

 p { color: rgb(20,19,25); }

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

background-color css

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

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

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

border-color css

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

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

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