Html Css Color HEX #141B2C Black Russian

📋 copy color: '#141B2C'

red 20 ◦ green 27 ◦ blue 44

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

Shades of Black Russian #141B2C

Tints of Black Russian #141B2C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 48.35%

R = 21.98%
G = 29.67%
B = 48.35%

CMYK

 C value IS 0.55

 M value IS 0.39

 Y value IS 0

 K value IS 0.83

RGB Variations

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

Color information

#141B2C (or 0x141B2C) is known color: Black Russian. HEX triplet: 14, 1B and 2C. RGB value is (20,27,44). Sum of RGB (Red+Green+Blue) = 20+27+44=91 (12% of max value = 765). Red value is 20 (8.20% from 255 or 21.98% from 91); Green value is 27 (10.94% from 255 or 29.67% from 91); Blue value is 44 (17.58% from 255 or 48.35% from 91); Max value from RGB is 44 - color contains mainly: blue. Hex color #141B2C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #141B2C is #EBE4D3. Grayscale: #1A1A1A. Windows color (decimal): -15459540 or 2890516. OLE color: 2890516.

HSL color Cylindrical-coordinate representation of color #141B2C: hue angle of 222.5º degrees, saturation: 0.38, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #141B2C is Cyan = 0.55, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.83.

Color convert

RGB 20 27 44 -
CMYK 0.55 0.39 0 0.83
HSL 222.5º 0.38% 0.13% -
HSV(B) 222.5º 0.55% 0.17% -
XYZ 1.14 1.11 2.54 -
YUV 26.85 137.68 123.12 -
System Red Green Blue C M Y K H S L
Decimal 20 27 44 0.55 0.39 0 0.83 222.5 0.38 0.13
Hex 14 1B 2C 37 27 0 53 DE 26 D
Octal 24 33 54 67 47 0 123 336 46 15
Binary 10100 11011 101100 110111 100111 0 1010011 11011110 100110 1101

Color Harmonies of #141B2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #141B2C

Black with #141B2C

Text Example


Text Example

White with #141B2C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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