Html Css Color HEX #10112F Black Russian

📋 copy color: '#10112F'

red 16 ◦ green 17 ◦ blue 47

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

Shades of Black Russian #10112F

Tints of Black Russian #10112F

RGB

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

 GREEN value IS 17 (7.03% from 255) = 21.25%

 BLUE value IS 47 (18.75% from 255) = 58.75%

R = 20%
G = 21.25%
B = 58.75%

CMYK

 C value IS 0.66

 M value IS 0.64

 Y value IS 0

 K value IS 0.82

RGB Variations

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

Color information

#10112F (or 0x10112F) is known color: Black Russian. HEX triplet: 10, 11 and 2F. RGB value is (16,17,47). Sum of RGB (Red+Green+Blue) = 16+17+47=80 (10% of max value = 765). Red value is 16 (6.64% from 255 or 20% from 80); Green value is 17 (7.03% from 255 or 21.25% from 80); Blue value is 47 (18.75% from 255 or 58.75% from 80); Max value from RGB is 47 - color contains mainly: blue. Hex color #10112F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #10112F is #EFEED0. Grayscale: #141414. Windows color (decimal): -15724241 or 3084560. OLE color: 3084560.

HSL color Cylindrical-coordinate representation of color #10112F: hue angle of 238.06º degrees, saturation: 0.49, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #10112F is Cyan = 0.66, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB 16 17 47 -
CMYK 0.66 0.64 0 0.82
HSL 238.06º 0.49% 0.12% -
HSV(B) 238.06º 0.66% 0.18% -
XYZ 0.93 0.72 2.78 -
YUV 20.12 143.17 125.06 -
System Red Green Blue C M Y K H S L
Decimal 16 17 47 0.66 0.64 0 0.82 238.06 0.49 0.12
Hex 10 11 2F 42 40 0 52 EE 31 C
Octal 20 21 57 102 100 0 122 356 61 14
Binary 10000 10001 101111 1000010 1000000 0 1010010 11101110 110001 1100

Color Harmonies of #10112F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10112F

Black with #10112F

Text Example


Text Example

White with #10112F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(16,17,47); }

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

background-color css

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

 a { background-color: rgb(16,17,47); }

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

border-color css

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

 span { border-color: rgb(16,17,47); }

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