Html Css Color HEX #121825 Black Russian

📋 copy color: '#121825'

red 18 ◦ green 24 ◦ blue 37

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

Shades of Black Russian #121825

Tints of Black Russian #121825

RGB

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

 GREEN value IS 24 (9.77% from 255) = 30.38%

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

R = 22.78%
G = 30.38%
B = 46.84%

CMYK

 C value IS 0.51

 M value IS 0.35

 Y value IS 0

 K value IS 0.85

RGB Variations

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

Color information

#121825 (or 0x121825) is known color: Black Russian. HEX triplet: 12, 18 and 25. RGB value is (18,24,37). Sum of RGB (Red+Green+Blue) = 18+24+37=79 (10% of max value = 765). Red value is 18 (7.42% from 255 or 22.78% from 79); Green value is 24 (9.77% from 255 or 30.38% from 79); Blue value is 37 (14.84% from 255 or 46.84% from 79); Max value from RGB is 37 - color contains mainly: blue. Hex color #121825 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #121825 is #EDE7DA. Grayscale: #171717. Windows color (decimal): -15591387 or 2430994. OLE color: 2430994.

HSL color Cylindrical-coordinate representation of color #121825: hue angle of 221.05º 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 #121825 is Cyan = 0.51, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.85.

Color convert

RGB 18 24 37 -
CMYK 0.51 0.35 0 0.85
HSL 221.05º 0.35% 0.11% -
HSV(B) 221.05º 0.51% 0.15% -
XYZ 0.91 0.92 1.88 -
YUV 23.69 135.51 123.94 -
System Red Green Blue C M Y K H S L
Decimal 18 24 37 0.51 0.35 0 0.85 221.05 0.35 0.11
Hex 12 18 25 33 23 0 55 DD 23 B
Octal 22 30 45 63 43 0 125 335 43 13
Binary 10010 11000 100101 110011 100011 0 1010101 11011101 100011 1011

Color Harmonies of #121825

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #121825

Black with #121825

Text Example


Text Example

White with #121825

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #121825; }

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

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

background-color css

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

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

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

border-color css

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

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

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