Html Css Color HEX #121325 Black Russian

📋 copy color: '#121325'

red 18 ◦ green 19 ◦ blue 37

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

Shades of Black Russian #121325

Tints of Black Russian #121325

RGB

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

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

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

R = 24.32%
G = 25.68%
B = 50%

CMYK

 C value IS 0.51

 M value IS 0.49

 Y value IS 0

 K value IS 0.85

RGB Variations

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

Color information

#121325 (or 0x121325) is known color: Black Russian. HEX triplet: 12, 13 and 25. RGB value is (18,19,37). Sum of RGB (Red+Green+Blue) = 18+19+37=74 (9% of max value = 765). Red value is 18 (7.42% from 255 or 24.32% from 74); Green value is 19 (7.81% from 255 or 25.68% from 74); Blue value is 37 (14.84% from 255 or 50% from 74); Max value from RGB is 37 - color contains mainly: blue. Hex color #121325 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #121325 is #EDECDA. Grayscale: #141414. Windows color (decimal): -15592667 or 2429714. OLE color: 2429714.

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

Color convert

RGB 18 19 37 -
CMYK 0.51 0.49 0 0.85
HSL 236.84º 0.35% 0.11% -
HSV(B) 236.84º 0.51% 0.15% -
XYZ 0.82 0.73 1.85 -
YUV 20.75 137.17 126.04 -
System Red Green Blue C M Y K H S L
Decimal 18 19 37 0.51 0.49 0 0.85 236.84 0.35 0.11
Hex 12 13 25 33 31 0 55 ED 23 B
Octal 22 23 45 63 61 0 125 355 43 13
Binary 10010 10011 100101 110011 110001 0 1010101 11101101 100011 1011

Color Harmonies of #121325

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #121325

Black with #121325

Text Example


Text Example

White with #121325

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #121325; }

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

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

background-color css

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

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

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

border-color css

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

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

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