Html Css Color HEX #121328 Black Russian

📋 copy color: '#121328'

red 18 ◦ green 19 ◦ blue 40

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

Shades of Black Russian #121328

Tints of Black Russian #121328

RGB

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

 GREEN value IS 19 (7.81% from 255) = 24.68%

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

R = 23.38%
G = 24.68%
B = 51.95%

CMYK

 C value IS 0.55

 M value IS 0.52

 Y value IS 0

 K value IS 0.84

RGB Variations

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

Color information

#121328 (or 0x121328) is known color: Black Russian. HEX triplet: 12, 13 and 28. RGB value is (18,19,40). Sum of RGB (Red+Green+Blue) = 18+19+40=77 (10% of max value = 765). Red value is 18 (7.42% from 255 or 23.38% from 77); Green value is 19 (7.81% from 255 or 24.68% from 77); Blue value is 40 (16.02% from 255 or 51.95% from 77); Max value from RGB is 40 - color contains mainly: blue. Hex color #121328 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #121328 is #EDECD7. Grayscale: #151515. Windows color (decimal): -15592664 or 2626322. OLE color: 2626322.

HSL color Cylindrical-coordinate representation of color #121328: hue angle of 237.27º 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 #121328 is Cyan = 0.55, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB 18 19 40 -
CMYK 0.55 0.52 0 0.84
HSL 237.27º 0.38% 0.11% -
HSV(B) 237.27º 0.55% 0.16% -
XYZ 0.87 0.75 2.11 -
YUV 21.1 138.67 125.79 -
System Red Green Blue C M Y K H S L
Decimal 18 19 40 0.55 0.52 0 0.84 237.27 0.38 0.11
Hex 12 13 28 37 34 0 54 ED 26 B
Octal 22 23 50 67 64 0 124 355 46 13
Binary 10010 10011 101000 110111 110100 0 1010100 11101101 100110 1011

Color Harmonies of #121328

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #121328

Black with #121328

Text Example


Text Example

White with #121328

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #121328; }

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

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

background-color css

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

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

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

border-color css

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

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

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