Html Css Color HEX #121925 Black Russian

📋 copy color: '#121925'

red 18 ◦ green 25 ◦ blue 37

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

Shades of Black Russian #121925

Tints of Black Russian #121925

RGB

 RED value IS 18 (7.42% from 255) = 22.5%

 GREEN value IS 25 (10.16% from 255) = 31.25%

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

R = 22.5%
G = 31.25%
B = 46.25%

CMYK

 C value IS 0.51

 M value IS 0.32

 Y value IS 0

 K value IS 0.85

RGB Variations

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

Color information

#121925 (or 0x121925) is known color: Black Russian. HEX triplet: 12, 19 and 25. RGB value is (18,25,37). Sum of RGB (Red+Green+Blue) = 18+25+37=80 (10% of max value = 765). Red value is 18 (7.42% from 255 or 22.5% from 80); Green value is 25 (10.16% from 255 or 31.25% 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 #121925 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #121925 is #EDE6DA. Grayscale: #181818. Windows color (decimal): -15591131 or 2431250. OLE color: 2431250.

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

Color convert

RGB 18 25 37 -
CMYK 0.51 0.32 0 0.85
HSL 217.89º 0.35% 0.11% -
HSV(B) 217.89º 0.51% 0.15% -
XYZ 0.93 0.96 1.89 -
YUV 24.28 135.18 123.52 -
System Red Green Blue C M Y K H S L
Decimal 18 25 37 0.51 0.32 0 0.85 217.89 0.35 0.11
Hex 12 19 25 33 20 0 55 DA 23 B
Octal 22 31 45 63 40 0 125 332 43 13
Binary 10010 11001 100101 110011 100000 0 1010101 11011010 100011 1011

Color Harmonies of #121925

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #121925

Black with #121925

Text Example


Text Example

White with #121925

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #121925; }

 p { color: rgb(18,25,37); }

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

background-color css

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

 a { background-color: rgb(18,25,37); }

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

border-color css

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

 span { border-color: rgb(18,25,37); }

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