Html Css Color HEX #141523 Black Russian

📋 copy color: '#141523'

red 20 ◦ green 21 ◦ blue 35

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

Shades of Black Russian #141523

Tints of Black Russian #141523

RGB

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

 GREEN value IS 21 (8.59% from 255) = 27.63%

 BLUE value IS 35 (14.06% from 255) = 46.05%

R = 26.32%
G = 27.63%
B = 46.05%

CMYK

 C value IS 0.43

 M value IS 0.40

 Y value IS 0

 K value IS 0.86

RGB Variations

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

Color information

#141523 (or 0x141523) is known color: Black Russian. HEX triplet: 14, 15 and 23. RGB value is (20,21,35). Sum of RGB (Red+Green+Blue) = 20+21+35=76 (10% of max value = 765). Red value is 20 (8.20% from 255 or 26.32% from 76); Green value is 21 (8.59% from 255 or 27.63% from 76); Blue value is 35 (14.06% from 255 or 46.05% from 76); Max value from RGB is 35 - color contains mainly: blue. Hex color #141523 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #141523 is #EBEADC. Grayscale: #161616. Windows color (decimal): -15461085 or 2299156. OLE color: 2299156.

HSL color Cylindrical-coordinate representation of color #141523: hue angle of 236º degrees, saturation: 0.27, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #141523 is Cyan = 0.43, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.86.

Color convert

RGB 20 21 35 -
CMYK 0.43 0.40 0 0.86
HSL 236º 0.27% 0.11% -
HSV(B) 236º 0.43% 0.14% -
XYZ 0.86 0.81 1.7 -
YUV 22.3 135.17 126.36 -
System Red Green Blue C M Y K H S L
Decimal 20 21 35 0.43 0.40 0 0.86 236 0.27 0.11
Hex 14 15 23 2B 28 0 56 EC 1B B
Octal 24 25 43 53 50 0 126 354 33 13
Binary 10100 10101 100011 101011 101000 0 1010110 11101100 11011 1011

Color Harmonies of #141523

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #141523

Black with #141523

Text Example


Text Example

White with #141523

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #141523; }

 p { color: rgb(20,21,35); }

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

background-color css

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

 a { background-color: rgb(20,21,35); }

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

border-color css

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

 span { border-color: rgb(20,21,35); }

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