Html Css Color HEX #17192A Black Russian

📋 copy color: '#17192A'

red 23 ◦ green 25 ◦ blue 42

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

Shades of Black Russian #17192A

Tints of Black Russian #17192A

RGB

 RED value IS 23 (9.38% from 255) = 25.56%

 GREEN value IS 25 (10.16% from 255) = 27.78%

 BLUE value IS 42 (16.8% from 255) = 46.67%

R = 25.56%
G = 27.78%
B = 46.67%

CMYK

 C value IS 0.45

 M value IS 0.40

 Y value IS 0

 K value IS 0.84

RGB Variations

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

Color information

#17192A (or 0x17192A) is known color: Black Russian. HEX triplet: 17, 19 and 2A. RGB value is (23,25,42). Sum of RGB (Red+Green+Blue) = 23+25+42=90 (11% of max value = 765). Red value is 23 (9.38% from 255 or 25.56% from 90); Green value is 25 (10.16% from 255 or 27.78% from 90); Blue value is 42 (16.80% from 255 or 46.67% from 90); Max value from RGB is 42 - color contains mainly: blue. Hex color #17192A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #17192A is #E8E6D5. Grayscale: #1A1A1A. Windows color (decimal): -15263446 or 2758935. OLE color: 2758935.

HSL color Cylindrical-coordinate representation of color #17192A: hue angle of 233.68º degrees, saturation: 0.29, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #17192A is Cyan = 0.45, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB 23 25 42 -
CMYK 0.45 0.40 0 0.84
HSL 233.68º 0.29% 0.13% -
HSV(B) 233.68º 0.45% 0.16% -
XYZ 1.12 1.04 2.33 -
YUV 26.34 136.84 125.62 -
System Red Green Blue C M Y K H S L
Decimal 23 25 42 0.45 0.40 0 0.84 233.68 0.29 0.13
Hex 17 19 2A 2D 28 0 54 EA 1D D
Octal 27 31 52 55 50 0 124 352 35 15
Binary 10111 11001 101010 101101 101000 0 1010100 11101010 11101 1101

Color Harmonies of #17192A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #17192A

Black with #17192A

Text Example


Text Example

White with #17192A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #17192A; }

 p { color: rgb(23,25,42); }

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

background-color css

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

 a { background-color: rgb(23,25,42); }

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

border-color css

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

 span { border-color: rgb(23,25,42); }

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