Html Css Color HEX #14182E Black Russian

📋 copy color: '#14182E'

red 20 ◦ green 24 ◦ blue 46

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

Shades of Black Russian #14182E

Tints of Black Russian #14182E

RGB

 RED value IS 20 (8.2% from 255) = 22.22%

 GREEN value IS 24 (9.77% from 255) = 26.67%

 BLUE value IS 46 (18.36% from 255) = 51.11%

R = 22.22%
G = 26.67%
B = 51.11%

CMYK

 C value IS 0.57

 M value IS 0.48

 Y value IS 0

 K value IS 0.82

RGB Variations

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

Color information

#14182E (or 0x14182E) is known color: Black Russian. HEX triplet: 14, 18 and 2E. RGB value is (20,24,46). Sum of RGB (Red+Green+Blue) = 20+24+46=90 (11% of max value = 765). Red value is 20 (8.20% from 255 or 22.22% from 90); Green value is 24 (9.77% from 255 or 26.67% from 90); Blue value is 46 (18.36% from 255 or 51.11% from 90); Max value from RGB is 46 - color contains mainly: blue. Hex color #14182E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #14182E is #EBE7D1. Grayscale: #191919. Windows color (decimal): -15460306 or 3020820. OLE color: 3020820.

HSL color Cylindrical-coordinate representation of color #14182E: hue angle of 230.77º degrees, saturation: 0.39, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #14182E is Cyan = 0.57, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB 20 24 46 -
CMYK 0.57 0.48 0 0.82
HSL 230.77º 0.39% 0.13% -
HSV(B) 230.77º 0.57% 0.18% -
XYZ 1.11 1 2.72 -
YUV 25.31 139.67 124.21 -
System Red Green Blue C M Y K H S L
Decimal 20 24 46 0.57 0.48 0 0.82 230.77 0.39 0.13
Hex 14 18 2E 39 30 0 52 E7 27 D
Octal 24 30 56 71 60 0 122 347 47 15
Binary 10100 11000 101110 111001 110000 0 1010010 11100111 100111 1101

Color Harmonies of #14182E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14182E

Black with #14182E

Text Example


Text Example

White with #14182E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #14182E; }

 p { color: rgb(20,24,46); }

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

background-color css

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

 a { background-color: rgb(20,24,46); }

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

border-color css

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

 span { border-color: rgb(20,24,46); }

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