Html Css Color HEX #10122C Black Russian

📋 copy color: '#10122C'

red 16 ◦ green 18 ◦ blue 44

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

Shades of Black Russian #10122C

Tints of Black Russian #10122C

RGB

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

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

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

R = 20.51%
G = 23.08%
B = 56.41%

CMYK

 C value IS 0.64

 M value IS 0.59

 Y value IS 0

 K value IS 0.83

RGB Variations

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

Color information

#10122C (or 0x10122C) is known color: Black Russian. HEX triplet: 10, 12 and 2C. RGB value is (16,18,44). Sum of RGB (Red+Green+Blue) = 16+18+44=78 (10% of max value = 765). Red value is 16 (6.64% from 255 or 20.51% from 78); Green value is 18 (7.42% from 255 or 23.08% from 78); Blue value is 44 (17.58% from 255 or 56.41% from 78); Max value from RGB is 44 - color contains mainly: blue. Hex color #10122C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #10122C is #EFEDD3. Grayscale: #141414. Windows color (decimal): -15723988 or 2888208. OLE color: 2888208.

HSL color Cylindrical-coordinate representation of color #10122C: hue angle of 235.71º 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 #10122C is Cyan = 0.64, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.83.

Color convert

RGB 16 18 44 -
CMYK 0.64 0.59 0 0.83
HSL 235.71º 0.47% 0.12% -
HSV(B) 235.71º 0.64% 0.17% -
XYZ 0.88 0.72 2.48 -
YUV 20.37 141.34 124.89 -
System Red Green Blue C M Y K H S L
Decimal 16 18 44 0.64 0.59 0 0.83 235.71 0.47 0.12
Hex 10 12 2C 40 3B 0 53 EC 2F C
Octal 20 22 54 100 73 0 123 354 57 14
Binary 10000 10010 101100 1000000 111011 0 1010011 11101100 101111 1100

Color Harmonies of #10122C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10122C

Black with #10122C

Text Example


Text Example

White with #10122C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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