Html Css Color HEX #131123 Black Russian

📋 copy color: '#131123'

red 19 ◦ green 17 ◦ blue 35

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

Shades of Black Russian #131123

Tints of Black Russian #131123

RGB

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

 GREEN value IS 17 (7.03% from 255) = 23.94%

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

R = 26.76%
G = 23.94%
B = 49.3%

CMYK

 C value IS 0.46

 M value IS 0.51

 Y value IS 0

 K value IS 0.86

RGB Variations

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

Color information

#131123 (or 0x131123) is known color: Black Russian. HEX triplet: 13, 11 and 23. RGB value is (19,17,35). Sum of RGB (Red+Green+Blue) = 19+17+35=71 (9% of max value = 765). Red value is 19 (7.81% from 255 or 26.76% from 71); Green value is 17 (7.03% from 255 or 23.94% from 71); Blue value is 35 (14.06% from 255 or 49.30% from 71); Max value from RGB is 35 - color contains mainly: blue. Hex color #131123 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #131123 is #ECEEDC. Grayscale: #131313. Windows color (decimal): -15527645 or 2298131. OLE color: 2298131.

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

Color convert

RGB 19 17 35 -
CMYK 0.46 0.51 0 0.86
HSL 246.67º 0.35% 0.1% -
HSV(B) 246.67º 0.51% 0.14% -
XYZ 0.77 0.66 1.68 -
YUV 19.65 136.66 127.54 -
System Red Green Blue C M Y K H S L
Decimal 19 17 35 0.46 0.51 0 0.86 246.67 0.35 0.1
Hex 13 11 23 2E 33 0 56 F7 23 A
Octal 23 21 43 56 63 0 126 367 43 12
Binary 10011 10001 100011 101110 110011 0 1010110 11110111 100011 1010

Color Harmonies of #131123

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #131123

Black with #131123

Text Example


Text Example

White with #131123

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #131123; }

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

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

background-color css

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

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

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

border-color css

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

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

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