#101427

Color #101427 Black Russian (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Black Russian #101427

Tints of Black Russian #101427

Color information

#101427 (or 0x101427) is unknown color: approx Black Russian. HEX triplet: 10, 14 and 27. RGB value is (16,20,39). Sum of RGB (Red+Green+Blue) = 16+20+39=75 (9% of max value = 765). Red value is 16 (6.64% from 255 or 21.33% from 75); Green value is 20 (8.20% from 255 or 26.67% from 75); Blue value is 39 (15.62% from 255 or 52% from 75); Max value from RGB is 39 - color contains mainly: blue. Hex color #101427 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #101427 is #EFEBD8. Grayscale: #141414. Windows color (decimal): -15723481 or 2561040. OLE color: 2561040.

HSL color Cylindrical-coordinate representation of color #101427: hue angle of 229.57º degrees, saturation: 0.42, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #101427 is Cyan = 0.59, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.85.

Color convert

RGB162039-
CMYK0.590.4900.85
HSL229.57º41.82%10.78%-
HSV(B)229.57º58.97%15.29%-
XYZ0.830.762.02-
YUV20.97138.17124.46-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 21.33%
GREEN value IS 20 (8.20% from 255) = 26.67%
BLUE value IS 39 (15.62% from 255) = 52%
R=21.33%
G=26.67%
B=52%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal1620390.590.4900.85229.5741.8210.78
Hex1014273B31055e62ab
Octal202447736101253465213
Binary100001010010011111101111000101010101111001101010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #101427

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #101427; }

 p { color: rgb(16,20,39); }

 H1.HeaderClassName
 {
   color: #101427;
 }
 .AnyTagClassName
 {
   color: #101427;
 }
</style>
background-color css

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

 a { background-color: rgb(16,20,39); }

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

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

 span { border-color: rgb(16,20,39); }

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