Html Css Color HEX #10121C Black Russian

📋 copy color: '#10121C'

red 16 ◦ green 18 ◦ blue 28

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

Shades of Black Russian #10121C

Tints of Black Russian #10121C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 45.16%

R = 25.81%
G = 29.03%
B = 45.16%

CMYK

 C value IS 0.43

 M value IS 0.36

 Y value IS 0

 K value IS 0.89

RGB Variations

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

Color information

#10121C (or 0x10121C) is known color: Black Russian. HEX triplet: 10, 12 and 1C. RGB value is (16,18,28). Sum of RGB (Red+Green+Blue) = 16+18+28=62 (8% of max value = 765). Red value is 16 (6.64% from 255 or 25.81% from 62); Green value is 18 (7.42% from 255 or 29.03% from 62); Blue value is 28 (11.33% from 255 or 45.16% from 62); Max value from RGB is 28 - color contains mainly: blue. Hex color #10121C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #10121C is #EFEDE3. Grayscale: #121212. Windows color (decimal): -15724004 or 1839632. OLE color: 1839632.

HSL color Cylindrical-coordinate representation of color #10121C: hue angle of 230º degrees, saturation: 0.27, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #10121C is Cyan = 0.43, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.89.

Color convert

RGB 16 18 28 -
CMYK 0.43 0.36 0 0.89
HSL 230º 0.27% 0.09% -
HSV(B) 230º 0.43% 0.11% -
XYZ 0.64 0.63 1.19 -
YUV 18.54 133.34 126.19 -
System Red Green Blue C M Y K H S L
Decimal 16 18 28 0.43 0.36 0 0.89 230 0.27 0.09
Hex 10 12 1C 2B 24 0 59 E6 1B 9
Octal 20 22 34 53 44 0 131 346 33 11
Binary 10000 10010 11100 101011 100100 0 1011001 11100110 11011 1001

Color Harmonies of #10121C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10121C

Black with #10121C

Text Example


Text Example

White with #10121C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(16,18,28); }

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

background-color css

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

 a { background-color: rgb(16,18,28); }

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

border-color css

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

 span { border-color: rgb(16,18,28); }

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