Html Css Color HEX #141725 Black Russian

📋 copy color: '#141725'

red 20 ◦ green 23 ◦ blue 37

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

Shades of Black Russian #141725

Tints of Black Russian #141725

RGB

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

 GREEN value IS 23 (9.38% from 255) = 28.75%

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

R = 25%
G = 28.75%
B = 46.25%

CMYK

 C value IS 0.46

 M value IS 0.38

 Y value IS 0

 K value IS 0.85

RGB Variations

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

Color information

#141725 (or 0x141725) is known color: Black Russian. HEX triplet: 14, 17 and 25. RGB value is (20,23,37). Sum of RGB (Red+Green+Blue) = 20+23+37=80 (10% of max value = 765). Red value is 20 (8.20% from 255 or 25% from 80); Green value is 23 (9.38% from 255 or 28.75% from 80); Blue value is 37 (14.84% from 255 or 46.25% from 80); Max value from RGB is 37 - color contains mainly: blue. Hex color #141725 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #141725 is #EBE8DA. Grayscale: #171717. Windows color (decimal): -15460571 or 2430740. OLE color: 2430740.

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

Color convert

RGB 20 23 37 -
CMYK 0.46 0.38 0 0.85
HSL 229.41º 0.3% 0.11% -
HSV(B) 229.41º 0.46% 0.15% -
XYZ 0.93 0.9 1.87 -
YUV 23.7 135.51 125.36 -
System Red Green Blue C M Y K H S L
Decimal 20 23 37 0.46 0.38 0 0.85 229.41 0.3 0.11
Hex 14 17 25 2E 26 0 55 E5 1E B
Octal 24 27 45 56 46 0 125 345 36 13
Binary 10100 10111 100101 101110 100110 0 1010101 11100101 11110 1011

Color Harmonies of #141725

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #141725

Black with #141725

Text Example


Text Example

White with #141725

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #141725; }

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

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

background-color css

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

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

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

border-color css

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

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

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