Html Css Color HEX #10121F Black Russian

📋 copy color: '#10121F'

red 16 ◦ green 18 ◦ blue 31

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

Shades of Black Russian #10121F

Tints of Black Russian #10121F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 47.69%

R = 24.62%
G = 27.69%
B = 47.69%

CMYK

 C value IS 0.48

 M value IS 0.42

 Y value IS 0

 K value IS 0.88

RGB Variations

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

Color information

#10121F (or 0x10121F) is known color: Black Russian. HEX triplet: 10, 12 and 1F. RGB value is (16,18,31). Sum of RGB (Red+Green+Blue) = 16+18+31=65 (8% of max value = 765). Red value is 16 (6.64% from 255 or 24.62% from 65); Green value is 18 (7.42% from 255 or 27.69% from 65); Blue value is 31 (12.5% from 255 or 47.69% from 65); Max value from RGB is 31 - color contains mainly: blue. Hex color #10121F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #10121F is #EFEDE0. Grayscale: #121212. Windows color (decimal): -15724001 or 2036240. OLE color: 2036240.

HSL color Cylindrical-coordinate representation of color #10121F: hue angle of 232º degrees, saturation: 0.32, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #10121F is Cyan = 0.48, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.88.

Color convert

RGB 16 18 31 -
CMYK 0.48 0.42 0 0.88
HSL 232º 0.32% 0.09% -
HSV(B) 232º 0.48% 0.12% -
XYZ 0.68 0.64 1.38 -
YUV 18.88 134.84 125.94 -
System Red Green Blue C M Y K H S L
Decimal 16 18 31 0.48 0.42 0 0.88 232 0.32 0.09
Hex 10 12 1F 30 2A 0 58 E8 20 9
Octal 20 22 37 60 52 0 130 350 40 11
Binary 10000 10010 11111 110000 101010 0 1011000 11101000 100000 1001

Color Harmonies of #10121F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10121F

Black with #10121F

Text Example


Text Example

White with #10121F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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