Html Css Color HEX #14182B Black Russian

📋 copy color: '#14182B'

red 20 ◦ green 24 ◦ blue 43

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

Shades of Black Russian #14182B

Tints of Black Russian #14182B

RGB

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

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

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

R = 22.99%
G = 27.59%
B = 49.43%

CMYK

 C value IS 0.53

 M value IS 0.44

 Y value IS 0

 K value IS 0.83

RGB Variations

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

Color information

#14182B (or 0x14182B) is known color: Black Russian. HEX triplet: 14, 18 and 2B. RGB value is (20,24,43). Sum of RGB (Red+Green+Blue) = 20+24+43=87 (11% of max value = 765). Red value is 20 (8.20% from 255 or 22.99% from 87); Green value is 24 (9.77% from 255 or 27.59% from 87); Blue value is 43 (17.19% from 255 or 49.43% from 87); Max value from RGB is 43 - color contains mainly: blue. Hex color #14182B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #14182B is #EBE7D4. Grayscale: #181818. Windows color (decimal): -15460309 or 2824212. OLE color: 2824212.

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

Color convert

RGB 20 24 43 -
CMYK 0.53 0.44 0 0.83
HSL 229.57º 0.37% 0.12% -
HSV(B) 229.57º 0.53% 0.17% -
XYZ 1.05 0.98 2.42 -
YUV 24.97 138.17 124.46 -
System Red Green Blue C M Y K H S L
Decimal 20 24 43 0.53 0.44 0 0.83 229.57 0.37 0.12
Hex 14 18 2B 35 2C 0 53 E6 25 C
Octal 24 30 53 65 54 0 123 346 45 14
Binary 10100 11000 101011 110101 101100 0 1010011 11100110 100101 1100

Color Harmonies of #14182B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14182B

Black with #14182B

Text Example


Text Example

White with #14182B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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