Html Css Color HEX #121227 Black Russian

📋 copy color: '#121227'

red 18 ◦ green 18 ◦ blue 39

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

Shades of Black Russian #121227

Tints of Black Russian #121227

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 52%

R = 24%
G = 24%
B = 52%

CMYK

 C value IS 0.54

 M value IS 0.54

 Y value IS 0

 K value IS 0.85

RGB Variations

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

Color information

#121227 (or 0x121227) is known color: Black Russian. HEX triplet: 12, 12 and 27. RGB value is (18,18,39). Sum of RGB (Red+Green+Blue) = 18+18+39=75 (9% of max value = 765). Red value is 18 (7.42% from 255 or 24% from 75); Green value is 18 (7.42% from 255 or 24% from 75); Blue value is 39 (15.62% from 255 or 52% from 75); Max value from RGB is 39 - color contains mainly: blue. Hex color #121227 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #121227 is #EDEDD8. Grayscale: #141414. Windows color (decimal): -15592921 or 2560530. OLE color: 2560530.

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

Color convert

RGB 18 18 39 -
CMYK 0.54 0.54 0 0.85
HSL 240º 0.37% 0.11% -
HSV(B) 240º 0.54% 0.15% -
XYZ 0.83 0.71 2.01 -
YUV 20.39 138.5 126.29 -
System Red Green Blue C M Y K H S L
Decimal 18 18 39 0.54 0.54 0 0.85 240 0.37 0.11
Hex 12 12 27 36 36 0 55 F0 25 B
Octal 22 22 47 66 66 0 125 360 45 13
Binary 10010 10010 100111 110110 110110 0 1010101 11110000 100101 1011

Color Harmonies of #121227

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #121227

Black with #121227

Text Example


Text Example

White with #121227

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #121227; }

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

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

background-color css

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

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

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

border-color css

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

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

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