Html Css Color HEX #10142F Black Russian

📋 copy color: '#10142F'

red 16 ◦ green 20 ◦ blue 47

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

Shades of Black Russian #10142F

Tints of Black Russian #10142F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 56.63%

R = 19.28%
G = 24.1%
B = 56.63%

CMYK

 C value IS 0.66

 M value IS 0.57

 Y value IS 0

 K value IS 0.82

RGB Variations

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

Color information

#10142F (or 0x10142F) is known color: Black Russian. HEX triplet: 10, 14 and 2F. RGB value is (16,20,47). Sum of RGB (Red+Green+Blue) = 16+20+47=83 (10% of max value = 765). Red value is 16 (6.64% from 255 or 19.28% from 83); Green value is 20 (8.20% from 255 or 24.10% from 83); Blue value is 47 (18.75% from 255 or 56.63% from 83); Max value from RGB is 47 - color contains mainly: blue. Hex color #10142F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #10142F is #EFEBD0. Grayscale: #151515. Windows color (decimal): -15723473 or 3085328. OLE color: 3085328.

HSL color Cylindrical-coordinate representation of color #10142F: hue angle of 232.26º degrees, saturation: 0.49, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #10142F is Cyan = 0.66, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB 16 20 47 -
CMYK 0.66 0.57 0 0.82
HSL 232.26º 0.49% 0.12% -
HSV(B) 232.26º 0.66% 0.18% -
XYZ 0.98 0.82 2.8 -
YUV 21.88 142.17 123.8 -
System Red Green Blue C M Y K H S L
Decimal 16 20 47 0.66 0.57 0 0.82 232.26 0.49 0.12
Hex 10 14 2F 42 39 0 52 E8 31 C
Octal 20 24 57 102 71 0 122 350 61 14
Binary 10000 10100 101111 1000010 111001 0 1010010 11101000 110001 1100

Color Harmonies of #10142F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10142F

Black with #10142F

Text Example


Text Example

White with #10142F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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