Html Css Color HEX #10142B Black Russian

📋 copy color: '#10142B'

red 16 ◦ green 20 ◦ blue 43

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

Shades of Black Russian #10142B

Tints of Black Russian #10142B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 54.43%

R = 20.25%
G = 25.32%
B = 54.43%

CMYK

 C value IS 0.63

 M value IS 0.53

 Y value IS 0

 K value IS 0.83

RGB Variations

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

Color information

#10142B (or 0x10142B) is known color: Black Russian. HEX triplet: 10, 14 and 2B. RGB value is (16,20,43). Sum of RGB (Red+Green+Blue) = 16+20+43=79 (10% of max value = 765). Red value is 16 (6.64% from 255 or 20.25% from 79); Green value is 20 (8.20% from 255 or 25.32% from 79); Blue value is 43 (17.19% from 255 or 54.43% from 79); Max value from RGB is 43 - color contains mainly: blue. Hex color #10142B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #10142B is #EFEBD4. Grayscale: #151515. Windows color (decimal): -15723477 or 2823184. OLE color: 2823184.

HSL color Cylindrical-coordinate representation of color #10142B: hue angle of 231.11º degrees, saturation: 0.46, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #10142B is Cyan = 0.63, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.83.

Color convert

RGB 16 20 43 -
CMYK 0.63 0.53 0 0.83
HSL 231.11º 0.46% 0.12% -
HSV(B) 231.11º 0.63% 0.17% -
XYZ 0.9 0.78 2.39 -
YUV 21.43 140.17 124.13 -
System Red Green Blue C M Y K H S L
Decimal 16 20 43 0.63 0.53 0 0.83 231.11 0.46 0.12
Hex 10 14 2B 3F 35 0 53 E7 2E C
Octal 20 24 53 77 65 0 123 347 56 14
Binary 10000 10100 101011 111111 110101 0 1010011 11100111 101110 1100

Color Harmonies of #10142B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10142B

Black with #10142B

Text Example


Text Example

White with #10142B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #10142B; }

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

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

background-color css

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

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

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

border-color css

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

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

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