Html Css Color HEX #101128 Black Russian

📋 copy color: '#101128'

red 16 ◦ green 17 ◦ blue 40

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

Shades of Black Russian #101128

Tints of Black Russian #101128

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 54.79%

R = 21.92%
G = 23.29%
B = 54.79%

CMYK

 C value IS 0.60

 M value IS 0.57

 Y value IS 0

 K value IS 0.84

RGB Variations

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

Color information

#101128 (or 0x101128) is known color: Black Russian. HEX triplet: 10, 11 and 28. RGB value is (16,17,40). Sum of RGB (Red+Green+Blue) = 16+17+40=73 (9% of max value = 765). Red value is 16 (6.64% from 255 or 21.92% from 73); Green value is 17 (7.03% from 255 or 23.29% from 73); Blue value is 40 (16.02% from 255 or 54.79% from 73); Max value from RGB is 40 - color contains mainly: blue. Hex color #101128 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #101128 is #EFEED7. Grayscale: #131313. Windows color (decimal): -15724248 or 2625808. OLE color: 2625808.

HSL color Cylindrical-coordinate representation of color #101128: hue angle of 237.5º degrees, saturation: 0.43, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #101128 is Cyan = 0.60, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB 16 17 40 -
CMYK 0.60 0.57 0 0.84
HSL 237.5º 0.43% 0.11% -
HSV(B) 237.5º 0.6% 0.16% -
XYZ 0.8 0.66 2.09 -
YUV 19.32 139.67 125.63 -
System Red Green Blue C M Y K H S L
Decimal 16 17 40 0.60 0.57 0 0.84 237.5 0.43 0.11
Hex 10 11 28 3C 39 0 54 EE 2B B
Octal 20 21 50 74 71 0 124 356 53 13
Binary 10000 10001 101000 111100 111001 0 1010100 11101110 101011 1011

Color Harmonies of #101128

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #101128

Black with #101128

Text Example


Text Example

White with #101128

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #101128; }

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

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

background-color css

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

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

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

border-color css

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

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

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