Html Css Color HEX #101328 Black Russian

📋 copy color: '#101328'

red 16 ◦ green 19 ◦ blue 40

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

Shades of Black Russian #101328

Tints of Black Russian #101328

RGB

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

 GREEN value IS 19 (7.81% from 255) = 25.33%

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

R = 21.33%
G = 25.33%
B = 53.33%

CMYK

 C value IS 0.60

 M value IS 0.52

 Y value IS 0

 K value IS 0.84

RGB Variations

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

Color information

#101328 (or 0x101328) is known color: Black Russian. HEX triplet: 10, 13 and 28. RGB value is (16,19,40). Sum of RGB (Red+Green+Blue) = 16+19+40=75 (9% of max value = 765). Red value is 16 (6.64% from 255 or 21.33% from 75); Green value is 19 (7.81% from 255 or 25.33% from 75); Blue value is 40 (16.02% from 255 or 53.33% from 75); Max value from RGB is 40 - color contains mainly: blue. Hex color #101328 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #101328 is #EFECD7. Grayscale: #141414. Windows color (decimal): -15723736 or 2626320. OLE color: 2626320.

HSL color Cylindrical-coordinate representation of color #101328: hue angle of 232.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 #101328 is Cyan = 0.60, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB 16 19 40 -
CMYK 0.60 0.52 0 0.84
HSL 232.5º 0.43% 0.11% -
HSV(B) 232.5º 0.6% 0.16% -
XYZ 0.83 0.73 2.1 -
YUV 20.5 139.01 124.79 -
System Red Green Blue C M Y K H S L
Decimal 16 19 40 0.60 0.52 0 0.84 232.5 0.43 0.11
Hex 10 13 28 3C 34 0 54 E8 2B B
Octal 20 23 50 74 64 0 124 350 53 13
Binary 10000 10011 101000 111100 110100 0 1010100 11101000 101011 1011

Color Harmonies of #101328

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #101328

Black with #101328

Text Example


Text Example

White with #101328

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #101328; }

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

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

background-color css

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

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

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

border-color css

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

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

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