Html Css Color HEX #101425 Black Russian

📋 copy color: '#101425'

red 16 ◦ green 20 ◦ blue 37

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

Shades of Black Russian #101425

Tints of Black Russian #101425

RGB

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

 GREEN value IS 20 (8.2% from 255) = 27.4%

 BLUE value IS 37 (14.84% from 255) = 50.68%

R = 21.92%
G = 27.4%
B = 50.68%

CMYK

 C value IS 0.57

 M value IS 0.46

 Y value IS 0

 K value IS 0.85

RGB Variations

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

Color information

#101425 (or 0x101425) is known color: Black Russian. HEX triplet: 10, 14 and 25. RGB value is (16,20,37). Sum of RGB (Red+Green+Blue) = 16+20+37=73 (9% of max value = 765). Red value is 16 (6.64% from 255 or 21.92% from 73); Green value is 20 (8.20% from 255 or 27.40% from 73); Blue value is 37 (14.84% from 255 or 50.68% from 73); Max value from RGB is 37 - color contains mainly: blue. Hex color #101425 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #101425 is #EFEBDA. Grayscale: #141414. Windows color (decimal): -15723483 or 2429968. OLE color: 2429968.

HSL color Cylindrical-coordinate representation of color #101425: hue angle of 228.57º degrees, saturation: 0.4, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #101425 is Cyan = 0.57, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.85.

Color convert

RGB 16 20 37 -
CMYK 0.57 0.46 0 0.85
HSL 228.57º 0.4% 0.1% -
HSV(B) 228.57º 0.57% 0.15% -
XYZ 0.8 0.74 1.85 -
YUV 20.74 137.17 124.62 -
System Red Green Blue C M Y K H S L
Decimal 16 20 37 0.57 0.46 0 0.85 228.57 0.4 0.1
Hex 10 14 25 39 2E 0 55 E5 28 A
Octal 20 24 45 71 56 0 125 345 50 12
Binary 10000 10100 100101 111001 101110 0 1010101 11100101 101000 1010

Color Harmonies of #101425

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #101425

Black with #101425

Text Example


Text Example

White with #101425

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #101425; }

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

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

background-color css

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

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

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

border-color css

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

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

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