Html Css Color HEX #121523 Black Russian

📋 copy color: '#121523'

red 18 ◦ green 21 ◦ blue 35

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

Shades of Black Russian #121523

Tints of Black Russian #121523

RGB

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

 GREEN value IS 21 (8.59% from 255) = 28.38%

 BLUE value IS 35 (14.06% from 255) = 47.3%

R = 24.32%
G = 28.38%
B = 47.3%

CMYK

 C value IS 0.49

 M value IS 0.40

 Y value IS 0

 K value IS 0.86

RGB Variations

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

Color information

#121523 (or 0x121523) is known color: Black Russian. HEX triplet: 12, 15 and 23. RGB value is (18,21,35). Sum of RGB (Red+Green+Blue) = 18+21+35=74 (9% of max value = 765). Red value is 18 (7.42% from 255 or 24.32% from 74); Green value is 21 (8.59% from 255 or 28.38% from 74); Blue value is 35 (14.06% from 255 or 47.30% from 74); Max value from RGB is 35 - color contains mainly: blue. Hex color #121523 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #121523 is #EDEADC. Grayscale: #151515. Windows color (decimal): -15592157 or 2299154. OLE color: 2299154.

HSL color Cylindrical-coordinate representation of color #121523: hue angle of 229.41º degrees, saturation: 0.32, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #121523 is Cyan = 0.49, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.86.

Color convert

RGB 18 21 35 -
CMYK 0.49 0.40 0 0.86
HSL 229.41º 0.32% 0.1% -
HSV(B) 229.41º 0.49% 0.14% -
XYZ 0.82 0.79 1.7 -
YUV 21.7 135.51 125.36 -
System Red Green Blue C M Y K H S L
Decimal 18 21 35 0.49 0.40 0 0.86 229.41 0.32 0.1
Hex 12 15 23 31 28 0 56 E5 20 A
Octal 22 25 43 61 50 0 126 345 40 12
Binary 10010 10101 100011 110001 101000 0 1010110 11100101 100000 1010

Color Harmonies of #121523

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #121523

Black with #121523

Text Example


Text Example

White with #121523

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #121523; }

 p { color: rgb(18,21,35); }

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

background-color css

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

 a { background-color: rgb(18,21,35); }

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

border-color css

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

 span { border-color: rgb(18,21,35); }

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