Html Css Color HEX #131223 Black Russian

📋 copy color: '#131223'

red 19 ◦ green 18 ◦ blue 35

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

Shades of Black Russian #131223

Tints of Black Russian #131223

RGB

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

 GREEN value IS 18 (7.42% from 255) = 25%

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

R = 26.39%
G = 25%
B = 48.61%

CMYK

 C value IS 0.46

 M value IS 0.49

 Y value IS 0

 K value IS 0.86

RGB Variations

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

Color information

#131223 (or 0x131223) is known color: Black Russian. HEX triplet: 13, 12 and 23. RGB value is (19,18,35). Sum of RGB (Red+Green+Blue) = 19+18+35=72 (9% of max value = 765). Red value is 19 (7.81% from 255 or 26.39% from 72); Green value is 18 (7.42% from 255 or 25% from 72); Blue value is 35 (14.06% from 255 or 48.61% from 72); Max value from RGB is 35 - color contains mainly: blue. Hex color #131223 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #131223 is #ECEDDC. Grayscale: #141414. Windows color (decimal): -15527389 or 2298387. OLE color: 2298387.

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

Color convert

RGB 19 18 35 -
CMYK 0.46 0.49 0 0.86
HSL 243.53º 0.32% 0.1% -
HSV(B) 243.53º 0.49% 0.14% -
XYZ 0.79 0.69 1.68 -
YUV 20.24 136.33 127.12 -
System Red Green Blue C M Y K H S L
Decimal 19 18 35 0.46 0.49 0 0.86 243.53 0.32 0.1
Hex 13 12 23 2E 31 0 56 F4 20 A
Octal 23 22 43 56 61 0 126 364 40 12
Binary 10011 10010 100011 101110 110001 0 1010110 11110100 100000 1010

Color Harmonies of #131223

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #131223

Black with #131223

Text Example


Text Example

White with #131223

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #131223; }

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

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

background-color css

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

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

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

border-color css

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

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

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