Html Css Color HEX #10121A Black Russian

📋 copy color: '#10121A'

red 16 ◦ green 18 ◦ blue 26

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

Shades of Black Russian #10121A

Tints of Black Russian #10121A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 43.33%

R = 26.67%
G = 30%
B = 43.33%

CMYK

 C value IS 0.38

 M value IS 0.31

 Y value IS 0

 K value IS 0.90

RGB Variations

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

Color information

#10121A (or 0x10121A) is known color: Black Russian. HEX triplet: 10, 12 and 1A. RGB value is (16,18,26). Sum of RGB (Red+Green+Blue) = 16+18+26=60 (7% of max value = 765). Red value is 16 (6.64% from 255 or 26.67% from 60); Green value is 18 (7.42% from 255 or 30% from 60); Blue value is 26 (10.55% from 255 or 43.33% from 60); Max value from RGB is 26 - color contains mainly: blue. Hex color #10121A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #10121A is #EFEDE5. Grayscale: #121212. Windows color (decimal): -15724006 or 1708560. OLE color: 1708560.

HSL color Cylindrical-coordinate representation of color #10121A: hue angle of 228º degrees, saturation: 0.24, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #10121A is Cyan = 0.38, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.90.

Color convert

RGB 16 18 26 -
CMYK 0.38 0.31 0 0.90
HSL 228º 0.24% 0.08% -
HSV(B) 228º 0.38% 0.1% -
XYZ 0.62 0.62 1.06 -
YUV 18.31 132.34 126.35 -
System Red Green Blue C M Y K H S L
Decimal 16 18 26 0.38 0.31 0 0.90 228 0.24 0.08
Hex 10 12 1A 26 1F 0 5A E4 18 8
Octal 20 22 32 46 37 0 132 344 30 10
Binary 10000 10010 11010 100110 11111 0 1011010 11100100 11000 1000

Color Harmonies of #10121A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10121A

Black with #10121A

Text Example


Text Example

White with #10121A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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