Html Css Color HEX #121128 Black Russian

📋 copy color: '#121128'

red 18 ◦ green 17 ◦ blue 40

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

Shades of Black Russian #121128

Tints of Black Russian #121128

RGB

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

 GREEN value IS 17 (7.03% from 255) = 22.67%

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

R = 24%
G = 22.67%
B = 53.33%

CMYK

 C value IS 0.55

 M value IS 0.57

 Y value IS 0

 K value IS 0.84

RGB Variations

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

Color information

#121128 (or 0x121128) is known color: Black Russian. HEX triplet: 12, 11 and 28. RGB value is (18,17,40). Sum of RGB (Red+Green+Blue) = 18+17+40=75 (9% of max value = 765). Red value is 18 (7.42% from 255 or 24% from 75); Green value is 17 (7.03% from 255 or 22.67% from 75); Blue value is 40 (16.02% from 255 or 53.33% from 75); Max value from RGB is 40 - color contains mainly: blue. Hex color #121128 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #121128 is #EDEED7. Grayscale: #131313. Windows color (decimal): -15593176 or 2625810. OLE color: 2625810.

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

Color convert

RGB 18 17 40 -
CMYK 0.55 0.57 0 0.84
HSL 242.61º 0.4% 0.11% -
HSV(B) 242.61º 0.58% 0.16% -
XYZ 0.83 0.68 2.1 -
YUV 19.92 139.33 126.63 -
System Red Green Blue C M Y K H S L
Decimal 18 17 40 0.55 0.57 0 0.84 242.61 0.4 0.11
Hex 12 11 28 37 39 0 54 F3 28 B
Octal 22 21 50 67 71 0 124 363 50 13
Binary 10010 10001 101000 110111 111001 0 1010100 11110011 101000 1011

Color Harmonies of #121128

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #121128

Black with #121128

Text Example


Text Example

White with #121128

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #121128; }

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

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

background-color css

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

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

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

border-color css

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

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

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