Html Css Color HEX #121228 Black Russian

📋 copy color: '#121228'

red 18 ◦ green 18 ◦ blue 40

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

Shades of Black Russian #121228

Tints of Black Russian #121228

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 52.63%

R = 23.68%
G = 23.68%
B = 52.63%

CMYK

 C value IS 0.55

 M value IS 0.55

 Y value IS 0

 K value IS 0.84

RGB Variations

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

Color information

#121228 (or 0x121228) is known color: Black Russian. HEX triplet: 12, 12 and 28. RGB value is (18,18,40). Sum of RGB (Red+Green+Blue) = 18+18+40=76 (10% of max value = 765). Red value is 18 (7.42% from 255 or 23.68% from 76); Green value is 18 (7.42% from 255 or 23.68% from 76); Blue value is 40 (16.02% from 255 or 52.63% from 76); Max value from RGB is 40 - color contains mainly: blue. Hex color #121228 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #121228 is #EDEDD7. Grayscale: #141414. Windows color (decimal): -15592920 or 2626066. OLE color: 2626066.

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

Color convert

RGB 18 18 40 -
CMYK 0.55 0.55 0 0.84
HSL 240º 0.38% 0.11% -
HSV(B) 240º 0.55% 0.16% -
XYZ 0.85 0.71 2.1 -
YUV 20.51 139 126.21 -
System Red Green Blue C M Y K H S L
Decimal 18 18 40 0.55 0.55 0 0.84 240 0.38 0.11
Hex 12 12 28 37 37 0 54 F0 26 B
Octal 22 22 50 67 67 0 124 360 46 13
Binary 10010 10010 101000 110111 110111 0 1010100 11110000 100110 1011

Color Harmonies of #121228

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #121228

Black with #121228

Text Example


Text Example

White with #121228

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #121228; }

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

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

background-color css

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

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

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

border-color css

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

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

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