Html Css Color HEX #131423 Black Russian

📋 copy color: '#131423'

red 19 ◦ green 20 ◦ blue 35

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

Shades of Black Russian #131423

Tints of Black Russian #131423

RGB

 RED value IS 19 (7.81% from 255) = 25.68%

 GREEN value IS 20 (8.2% from 255) = 27.03%

 BLUE value IS 35 (14.06% from 255) = 47.3%

R = 25.68%
G = 27.03%
B = 47.3%

CMYK

 C value IS 0.46

 M value IS 0.43

 Y value IS 0

 K value IS 0.86

RGB Variations

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

Color information

#131423 (or 0x131423) is known color: Black Russian. HEX triplet: 13, 14 and 23. RGB value is (19,20,35). Sum of RGB (Red+Green+Blue) = 19+20+35=74 (9% of max value = 765). Red value is 19 (7.81% from 255 or 25.68% from 74); Green value is 20 (8.20% from 255 or 27.03% from 74); Blue value is 35 (14.06% from 255 or 47.30% from 74); Max value from RGB is 35 - color contains mainly: blue. Hex color #131423 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #131423 is #ECEBDC. Grayscale: #151515. Windows color (decimal): -15526877 or 2298899. OLE color: 2298899.

HSL color Cylindrical-coordinate representation of color #131423: hue angle of 236.25º degrees, saturation: 0.3, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #131423 is Cyan = 0.46, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.86.

Color convert

RGB 19 20 35 -
CMYK 0.46 0.43 0 0.86
HSL 236.25º 0.3% 0.11% -
HSV(B) 236.25º 0.46% 0.14% -
XYZ 0.82 0.76 1.69 -
YUV 21.41 135.67 126.28 -
System Red Green Blue C M Y K H S L
Decimal 19 20 35 0.46 0.43 0 0.86 236.25 0.3 0.11
Hex 13 14 23 2E 2B 0 56 EC 1E B
Octal 23 24 43 56 53 0 126 354 36 13
Binary 10011 10100 100011 101110 101011 0 1010110 11101100 11110 1011

Color Harmonies of #131423

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #131423

Black with #131423

Text Example


Text Example

White with #131423

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #131423; }

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

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

background-color css

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

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

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

border-color css

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

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

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