Html Css Color HEX #10142C Black Russian

📋 copy color: '#10142C'

red 16 ◦ green 20 ◦ blue 44

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

Shades of Black Russian #10142C

Tints of Black Russian #10142C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 55%

R = 20%
G = 25%
B = 55%

CMYK

 C value IS 0.64

 M value IS 0.55

 Y value IS 0

 K value IS 0.83

RGB Variations

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

Color information

#10142C (or 0x10142C) is known color: Black Russian. HEX triplet: 10, 14 and 2C. RGB value is (16,20,44). Sum of RGB (Red+Green+Blue) = 16+20+44=80 (10% of max value = 765). Red value is 16 (6.64% from 255 or 20% from 80); Green value is 20 (8.20% from 255 or 25% from 80); Blue value is 44 (17.58% from 255 or 55% from 80); Max value from RGB is 44 - color contains mainly: blue. Hex color #10142C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #10142C is #EFEBD3. Grayscale: #151515. Windows color (decimal): -15723476 or 2888720. OLE color: 2888720.

HSL color Cylindrical-coordinate representation of color #10142C: hue angle of 231.43º degrees, saturation: 0.47, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #10142C is Cyan = 0.64, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.83.

Color convert

RGB 16 20 44 -
CMYK 0.64 0.55 0 0.83
HSL 231.43º 0.47% 0.12% -
HSV(B) 231.43º 0.64% 0.17% -
XYZ 0.92 0.79 2.49 -
YUV 21.54 140.67 124.05 -
System Red Green Blue C M Y K H S L
Decimal 16 20 44 0.64 0.55 0 0.83 231.43 0.47 0.12
Hex 10 14 2C 40 37 0 53 E7 2F C
Octal 20 24 54 100 67 0 123 347 57 14
Binary 10000 10100 101100 1000000 110111 0 1010011 11100111 101111 1100

Color Harmonies of #10142C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10142C

Black with #10142C

Text Example


Text Example

White with #10142C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #10142C; }

 p { color: rgb(16,20,44); }

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

background-color css

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

 a { background-color: rgb(16,20,44); }

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

border-color css

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

 span { border-color: rgb(16,20,44); }

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