Html Css Color HEX #121432 Black Russian

📋 copy color: '#121432'

red 18 ◦ green 20 ◦ blue 50

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

Shades of Black Russian #121432

Tints of Black Russian #121432

RGB

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

 GREEN value IS 20 (8.2% from 255) = 22.73%

 BLUE value IS 50 (19.92% from 255) = 56.82%

R = 20.45%
G = 22.73%
B = 56.82%

CMYK

 C value IS 0.64

 M value IS 0.60

 Y value IS 0

 K value IS 0.80

RGB Variations

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

Color information

#121432 (or 0x121432) is known color: Black Russian. HEX triplet: 12, 14 and 32. RGB value is (18,20,50). Sum of RGB (Red+Green+Blue) = 18+20+50=88 (11% of max value = 765). Red value is 18 (7.42% from 255 or 20.45% from 88); Green value is 20 (8.20% from 255 or 22.73% from 88); Blue value is 50 (19.92% from 255 or 56.82% from 88); Max value from RGB is 50 - color contains mainly: blue. Hex color #121432 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #121432 is #EDEBCD. Grayscale: #161616. Windows color (decimal): -15592398 or 3281938. OLE color: 3281938.

HSL color Cylindrical-coordinate representation of color #121432: hue angle of 236.25º degrees, saturation: 0.47, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #121432 is Cyan = 0.64, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB 18 20 50 -
CMYK 0.64 0.60 0 0.80
HSL 236.25º 0.47% 0.13% -
HSV(B) 236.25º 0.64% 0.2% -
XYZ 1.08 0.86 3.13 -
YUV 22.82 143.34 124.56 -
System Red Green Blue C M Y K H S L
Decimal 18 20 50 0.64 0.60 0 0.80 236.25 0.47 0.13
Hex 12 14 32 40 3C 0 50 EC 2F D
Octal 22 24 62 100 74 0 120 354 57 15
Binary 10010 10100 110010 1000000 111100 0 1010000 11101100 101111 1101

Color Harmonies of #121432

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #121432

Black with #121432

Text Example


Text Example

White with #121432

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #121432; }

 p { color: rgb(18,20,50); }

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

background-color css

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

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

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

border-color css

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

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

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