Html Css Color HEX #141B2B Black Russian

📋 copy color: '#141B2B'

red 20 ◦ green 27 ◦ blue 43

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

Shades of Black Russian #141B2B

Tints of Black Russian #141B2B

RGB

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

 GREEN value IS 27 (10.94% from 255) = 30%

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

R = 22.22%
G = 30%
B = 47.78%

CMYK

 C value IS 0.53

 M value IS 0.37

 Y value IS 0

 K value IS 0.83

RGB Variations

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

Color information

#141B2B (or 0x141B2B) is known color: Black Russian. HEX triplet: 14, 1B and 2B. RGB value is (20,27,43). Sum of RGB (Red+Green+Blue) = 20+27+43=90 (11% of max value = 765). Red value is 20 (8.20% from 255 or 22.22% from 90); Green value is 27 (10.94% from 255 or 30% from 90); Blue value is 43 (17.19% from 255 or 47.78% from 90); Max value from RGB is 43 - color contains mainly: blue. Hex color #141B2B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #141B2B is #EBE4D4. Grayscale: #1A1A1A. Windows color (decimal): -15459541 or 2824980. OLE color: 2824980.

HSL color Cylindrical-coordinate representation of color #141B2B: hue angle of 221.74º 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 #141B2B is Cyan = 0.53, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.83.

Color convert

RGB 20 27 43 -
CMYK 0.53 0.37 0 0.83
HSL 221.74º 0.37% 0.12% -
HSV(B) 221.74º 0.53% 0.17% -
XYZ 1.12 1.11 2.44 -
YUV 26.73 137.18 123.2 -
System Red Green Blue C M Y K H S L
Decimal 20 27 43 0.53 0.37 0 0.83 221.74 0.37 0.12
Hex 14 1B 2B 35 25 0 53 DE 25 C
Octal 24 33 53 65 45 0 123 336 45 14
Binary 10100 11011 101011 110101 100101 0 1010011 11011110 100101 1100

Color Harmonies of #141B2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #141B2B

Black with #141B2B

Text Example


Text Example

White with #141B2B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #141B2B; }

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

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

background-color css

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

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

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

border-color css

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

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

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