Html Css Color HEX #101429 Black Russian

📋 copy color: '#101429'

red 16 ◦ green 20 ◦ blue 41

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

Shades of Black Russian #101429

Tints of Black Russian #101429

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 53.25%

R = 20.78%
G = 25.97%
B = 53.25%

CMYK

 C value IS 0.61

 M value IS 0.51

 Y value IS 0

 K value IS 0.84

RGB Variations

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

Color information

#101429 (or 0x101429) is known color: Black Russian. HEX triplet: 10, 14 and 29. RGB value is (16,20,41). Sum of RGB (Red+Green+Blue) = 16+20+41=77 (10% of max value = 765). Red value is 16 (6.64% from 255 or 20.78% from 77); Green value is 20 (8.20% from 255 or 25.97% from 77); Blue value is 41 (16.41% from 255 or 53.25% from 77); Max value from RGB is 41 - color contains mainly: blue. Hex color #101429 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #101429 is #EFEBD6. Grayscale: #151515. Windows color (decimal): -15723479 or 2692112. OLE color: 2692112.

HSL color Cylindrical-coordinate representation of color #101429: hue angle of 230.4º degrees, saturation: 0.44, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #101429 is Cyan = 0.61, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB 16 20 41 -
CMYK 0.61 0.51 0 0.84
HSL 230.4º 0.44% 0.11% -
HSV(B) 230.4º 0.61% 0.16% -
XYZ 0.86 0.77 2.2 -
YUV 21.2 139.17 124.29 -
System Red Green Blue C M Y K H S L
Decimal 16 20 41 0.61 0.51 0 0.84 230.4 0.44 0.11
Hex 10 14 29 3D 33 0 54 E6 2C B
Octal 20 24 51 75 63 0 124 346 54 13
Binary 10000 10100 101001 111101 110011 0 1010100 11100110 101100 1011

Color Harmonies of #101429

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #101429

Black with #101429

Text Example


Text Example

White with #101429

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #101429; }

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

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

background-color css

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

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

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

border-color css

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

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

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