Html Css Color HEX #141427 Black Russian

📋 copy color: '#141427'

red 20 ◦ green 20 ◦ blue 39

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

Shades of Black Russian #141427

Tints of Black Russian #141427

RGB

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

 GREEN value IS 20 (8.2% from 255) = 25.32%

 BLUE value IS 39 (15.63% from 255) = 49.37%

R = 25.32%
G = 25.32%
B = 49.37%

CMYK

 C value IS 0.49

 M value IS 0.49

 Y value IS 0

 K value IS 0.85

RGB Variations

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

Color information

#141427 (or 0x141427) is known color: Black Russian. HEX triplet: 14, 14 and 27. RGB value is (20,20,39). Sum of RGB (Red+Green+Blue) = 20+20+39=79 (10% of max value = 765). Red value is 20 (8.20% from 255 or 25.32% from 79); Green value is 20 (8.20% from 255 or 25.32% from 79); Blue value is 39 (15.62% from 255 or 49.37% from 79); Max value from RGB is 39 - color contains mainly: blue. Hex color #141427 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #141427 is #EBEBD8. Grayscale: #161616. Windows color (decimal): -15461337 or 2561044. OLE color: 2561044.

HSL color Cylindrical-coordinate representation of color #141427: hue angle of 240º degrees, saturation: 0.32, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #141427 is Cyan = 0.49, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.85.

Color convert

RGB 20 20 39 -
CMYK 0.49 0.49 0 0.85
HSL 240º 0.32% 0.12% -
HSV(B) 240º 0.49% 0.15% -
XYZ 0.9 0.8 2.03 -
YUV 22.17 137.5 126.46 -
System Red Green Blue C M Y K H S L
Decimal 20 20 39 0.49 0.49 0 0.85 240 0.32 0.12
Hex 14 14 27 31 31 0 55 F0 20 C
Octal 24 24 47 61 61 0 125 360 40 14
Binary 10100 10100 100111 110001 110001 0 1010101 11110000 100000 1100

Color Harmonies of #141427

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #141427

Black with #141427

Text Example


Text Example

White with #141427

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #141427; }

 p { color: rgb(20,20,39); }

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

background-color css

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

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

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

border-color css

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

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

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