Html Css Color HEX #121223 Black Russian

📋 copy color: '#121223'

red 18 ◦ green 18 ◦ blue 35

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

Shades of Black Russian #121223

Tints of Black Russian #121223

RGB

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

 GREEN value IS 18 (7.42% from 255) = 25.35%

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

R = 25.35%
G = 25.35%
B = 49.3%

CMYK

 C value IS 0.49

 M value IS 0.49

 Y value IS 0

 K value IS 0.86

RGB Variations

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

Color information

#121223 (or 0x121223) is known color: Black Russian. HEX triplet: 12, 12 and 23. RGB value is (18,18,35). Sum of RGB (Red+Green+Blue) = 18+18+35=71 (9% of max value = 765). Red value is 18 (7.42% from 255 or 25.35% from 71); Green value is 18 (7.42% from 255 or 25.35% from 71); Blue value is 35 (14.06% from 255 or 49.30% from 71); Max value from RGB is 35 - color contains mainly: blue. Hex color #121223 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #121223 is #EDEDDC. Grayscale: #131313. Windows color (decimal): -15592925 or 2298386. OLE color: 2298386.

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

Color convert

RGB 18 18 35 -
CMYK 0.49 0.49 0 0.86
HSL 240º 0.32% 0.1% -
HSV(B) 240º 0.49% 0.14% -
XYZ 0.77 0.68 1.68 -
YUV 19.94 136.5 126.62 -
System Red Green Blue C M Y K H S L
Decimal 18 18 35 0.49 0.49 0 0.86 240 0.32 0.1
Hex 12 12 23 31 31 0 56 F0 20 A
Octal 22 22 43 61 61 0 126 360 40 12
Binary 10010 10010 100011 110001 110001 0 1010110 11110000 100000 1010

Color Harmonies of #121223

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #121223

Black with #121223

Text Example


Text Example

White with #121223

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #121223; }

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

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

background-color css

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

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

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

border-color css

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

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

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