Html Css Color HEX #141325 Black Russian

📋 copy color: '#141325'

red 20 ◦ green 19 ◦ blue 37

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

Shades of Black Russian #141325

Tints of Black Russian #141325

RGB

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

 GREEN value IS 19 (7.81% from 255) = 25%

 BLUE value IS 37 (14.84% from 255) = 48.68%

R = 26.32%
G = 25%
B = 48.68%

CMYK

 C value IS 0.46

 M value IS 0.49

 Y value IS 0

 K value IS 0.85

RGB Variations

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

Color information

#141325 (or 0x141325) is known color: Black Russian. HEX triplet: 14, 13 and 25. RGB value is (20,19,37). Sum of RGB (Red+Green+Blue) = 20+19+37=76 (10% of max value = 765). Red value is 20 (8.20% from 255 or 26.32% from 76); Green value is 19 (7.81% from 255 or 25% from 76); Blue value is 37 (14.84% from 255 or 48.68% from 76); Max value from RGB is 37 - color contains mainly: blue. Hex color #141325 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #141325 is #EBECDA. Grayscale: #151515. Windows color (decimal): -15461595 or 2429716. OLE color: 2429716.

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

Color convert

RGB 20 19 37 -
CMYK 0.46 0.49 0 0.85
HSL 243.33º 0.32% 0.11% -
HSV(B) 243.33º 0.49% 0.15% -
XYZ 0.86 0.75 1.85 -
YUV 21.35 136.83 127.04 -
System Red Green Blue C M Y K H S L
Decimal 20 19 37 0.46 0.49 0 0.85 243.33 0.32 0.11
Hex 14 13 25 2E 31 0 55 F3 20 B
Octal 24 23 45 56 61 0 125 363 40 13
Binary 10100 10011 100101 101110 110001 0 1010101 11110011 100000 1011

Color Harmonies of #141325

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #141325

Black with #141325

Text Example


Text Example

White with #141325

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #141325; }

 p { color: rgb(20,19,37); }

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

background-color css

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

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

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

border-color css

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

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

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