Html Css Color HEX #10192B Black Russian

📋 copy color: '#10192B'

red 16 ◦ green 25 ◦ blue 43

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

Shades of Black Russian #10192B

Tints of Black Russian #10192B

RGB

 RED value IS 16 (6.64% from 255) = 19.05%

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

 BLUE value IS 43 (17.19% from 255) = 51.19%

R = 19.05%
G = 29.76%
B = 51.19%

CMYK

 C value IS 0.63

 M value IS 0.42

 Y value IS 0

 K value IS 0.83

RGB Variations

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

Color information

#10192B (or 0x10192B) is known color: Black Russian. HEX triplet: 10, 19 and 2B. RGB value is (16,25,43). Sum of RGB (Red+Green+Blue) = 16+25+43=84 (11% of max value = 765). Red value is 16 (6.64% from 255 or 19.05% from 84); Green value is 25 (10.16% from 255 or 29.76% from 84); Blue value is 43 (17.19% from 255 or 51.19% from 84); Max value from RGB is 43 - color contains mainly: blue. Hex color #10192B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #10192B is #EFE6D4. Grayscale: #181818. Windows color (decimal): -15722197 or 2824464. OLE color: 2824464.

HSL color Cylindrical-coordinate representation of color #10192B: hue angle of 220º degrees, saturation: 0.46, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #10192B is Cyan = 0.63, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.83.

Color convert

RGB 16 25 43 -
CMYK 0.63 0.42 0 0.83
HSL 220º 0.46% 0.12% -
HSV(B) 220º 0.63% 0.17% -
XYZ 1 0.98 2.42 -
YUV 24.36 138.52 122.04 -
System Red Green Blue C M Y K H S L
Decimal 16 25 43 0.63 0.42 0 0.83 220 0.46 0.12
Hex 10 19 2B 3F 2A 0 53 DC 2E C
Octal 20 31 53 77 52 0 123 334 56 14
Binary 10000 11001 101011 111111 101010 0 1010011 11011100 101110 1100

Color Harmonies of #10192B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10192B

Black with #10192B

Text Example


Text Example

White with #10192B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #10192B; }

 p { color: rgb(16,25,43); }

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

background-color css

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

 a { background-color: rgb(16,25,43); }

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

border-color css

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

 span { border-color: rgb(16,25,43); }

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